Skip to content

Commit 097d301

Browse files
committed
[java] add deprecation annotation to FirefoxBinary
1 parent 8f35c47 commit 097d301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/firefox/FirefoxBinary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* @deprecated Use {@link FirefoxOptions#setBinary(Path)} or {@link
4545
* FirefoxOptions#setBinary(String)} instead.
4646
*/
47+
@Deprecated
4748
public class FirefoxBinary {
4849

4950
/** Enumerates Firefox channels, according to https://wiki.mozilla.org/RapidRelease */

0 commit comments

Comments
 (0)