Skip to content

Commit

Permalink
Reducing the visibility of a deprecated class in the htmlunit driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 19, 2014
1 parent d8816d8 commit 0908d52
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@

/**
* Holds the state of the modifier keys (Shift, ctrl, alt) for HtmlUnit.
*
* @deprecated This class will soon be marked private
*/
@Deprecated
public class KeyboardModifiersState {
class KeyboardModifiersState {
private boolean shiftPressed = false;
private boolean ctrlPressed = false;
private boolean altPressed = false;
Expand Down

0 comments on commit 0908d52

Please sign in to comment.