Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Feb 20, 2017
1 parent 37dbe04 commit ff42350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Emulates key press only, without the release.
*
* @deprecated Use {@link Actions#keyDown(WebElement, Keys)}
* @deprecated Use {@link Actions#keyDown(WebElement, CharSequence)}
*/
@Deprecated
public class KeyDownAction extends SingleKeyAction implements Action {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Emulates key release only, without the press.
*
* @deprecated Use {@link Actions#keyUp(Keys)}
* @deprecated Use {@link Actions#keyUp(CharSequence)}
*/
@Deprecated
public class KeyUpAction extends SingleKeyAction implements Action {
Expand Down

0 comments on commit ff42350

Please sign in to comment.