Skip to content

Commit 4f3a0a9

Browse files
committed
Make a constant actually be a constant.
There should be no logical change.
1 parent c755c2f commit 4f3a0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/remote/ProtocolHandshake.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class ProtocolHandshake {
7777
/**
7878
* Patterns that are acceptable to send to a w3c remote end.
7979
*/
80-
private final Predicate<String> ACCEPTED_W3C_PATTERNS = Stream.of(
80+
private final static Predicate<String> ACCEPTED_W3C_PATTERNS = Stream.of(
8181
"^[\\w-]+:.*$",
8282
"^acceptInsecureCerts$",
8383
"^browserName$",

0 commit comments

Comments
 (0)