Skip to content

Commit d1818d7

Browse files
KazuCocoadiemol
andauthored
[java] Set protected as ClientConfig constructor instead of private (#10985)
Co-authored-by: Diego Molina <[email protected]>
1 parent 44d398a commit d1818d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/remote/http/ClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ClientConfig {
3939
private final Proxy proxy;
4040
private final Credentials credentials;
4141

42-
private ClientConfig(
42+
protected ClientConfig(
4343
URI baseUri,
4444
Duration connectionTimeout,
4545
Duration readTimeout,

0 commit comments

Comments
 (0)