Skip to content

Commit a31d34e

Browse files
committed
[java] Removing deprecated IE cap with typo
[skip ci]
1 parent ded3b2f commit a31d34e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/src/org/openqa/selenium/ie/InternetExplorerDriver.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ public class InternetExplorerDriver extends RemoteWebDriver {
129129
*/
130130
public static final String IE_USE_PER_PROCESS_PROXY = "ie.usePerProcessProxy";
131131

132-
/**
133-
* @deprecated Use {@link #IE_USE_PER_PROCESS_PROXY} (the one without the typo);
134-
*/
135-
@Deprecated
136-
public static final String IE_USE_PRE_PROCESS_PROXY = IE_USE_PER_PROCESS_PROXY;
137-
138132
/**
139133
* Capability that defines used IE CLI switches when {@link #FORCE_CREATE_PROCESS} is enabled.
140134
*/

0 commit comments

Comments
 (0)