Skip to content

Commit b78963e

Browse files
committed
Fixing javadocs
1 parent ccc9734 commit b78963e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

java/client/src/org/openqa/selenium/firefox/FirefoxProfile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,18 @@ public void deleteExtensionsCacheIfItExists(File profileDir) {
308308
}
309309
}
310310

311-
@Deprecated
312311
/**
313312
* @deprecated "Native" events are not supported in FirefoxDriver anymore
314313
*/
314+
@Deprecated
315315
public boolean areNativeEventsEnabled() {
316316
return false;
317317
}
318318

319-
@Deprecated
320319
/**
321320
* @deprecated "Native" events are not supported in FirefoxDriver anymore
322321
*/
322+
@Deprecated
323323
public void setEnableNativeEvents(boolean enableNativeEvents) {
324324
}
325325

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public InternetExplorerDriver(Capabilities capabilities) {
160160

161161
/**
162162
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
163-
* {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
163+
* {@link RemoteWebDriver#RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
164164
* {@link DriverCommandExecutor}.
165165
*/
166166
@Deprecated
@@ -170,7 +170,7 @@ public InternetExplorerDriver(int port) {
170170

171171
/**
172172
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
173-
* {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
173+
* {@link RemoteWebDriver#RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
174174
* {@link DriverCommandExecutor}.
175175
*/
176176
@Deprecated
@@ -180,7 +180,7 @@ public InternetExplorerDriver(InternetExplorerDriverService service) {
180180

181181
/**
182182
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
183-
* {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
183+
* {@link RemoteWebDriver#RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
184184
* {@link DriverCommandExecutor}.
185185
*/
186186
@Deprecated
@@ -190,7 +190,7 @@ public InternetExplorerDriver(InternetExplorerDriverService service, Capabilitie
190190

191191
/**
192192
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
193-
* {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
193+
* {@link RemoteWebDriver#RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
194194
* {@link DriverCommandExecutor}.
195195
*/
196196
@Deprecated

0 commit comments

Comments
 (0)