Skip to content

Commit 5f5ddb9

Browse files
committed
Add missing case to Proxy
1 parent b37c27b commit 5f5ddb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/client/src/org/openqa/selenium/Proxy.java

+1
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ public String toString() {
428428
builder.append("pac: ").append(getProxyAutoconfigUrl());
429429
break;
430430

431+
case RESERVED_1:
431432
case UNSPECIFIED:
432433
break;
433434
}

0 commit comments

Comments
 (0)