Skip to content

Commit

Permalink
[BUGFIX] A minor change to make the String version final. (#12941)
Browse files Browse the repository at this point in the history
[FEATURE] A minor change to make the String version final, setting its value just once.
  • Loading branch information
manuelsblanco authored Oct 12, 2023
1 parent 8fc8ce6 commit 2794376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/remote/http/ClientConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ClientConfig {
private final Proxy proxy;
private final Credentials credentials;
private final SSLContext sslContext;
private String version;
private final String version;

protected ClientConfig(
URI baseUri,
Expand Down

0 comments on commit 2794376

Please sign in to comment.