There was an error while loading. Please reload this page.
1 parent d8816d8 commit 0908d52Copy full SHA for 0908d52
java/client/src/org/openqa/selenium/htmlunit/KeyboardModifiersState.java
@@ -20,11 +20,8 @@
20
21
/**
22
* Holds the state of the modifier keys (Shift, ctrl, alt) for HtmlUnit.
23
- *
24
- * @deprecated This class will soon be marked private
25
*/
26
-@Deprecated
27
-public class KeyboardModifiersState {
+class KeyboardModifiersState {
28
private boolean shiftPressed = false;
29
private boolean ctrlPressed = false;
30
private boolean altPressed = false;
0 commit comments