Skip to content

Commit 0e5067d

Browse files
authored
Merge branch 'trunk' into py-cdp-generate-tests
2 parents f105e39 + f227da9 commit 0e5067d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/org/openqa/selenium/remote/HttpCommandExecutor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public class HttpCommandExecutor implements CommandExecutor, NeedsLocalLogs {
4747

4848
private final URL remoteServer;
4949
public final HttpClient client;
50-
private final HttpClient.Factory httpClientFactory;
51-
private final Map<String, CommandInfo> additionalCommands;
50+
protected final HttpClient.Factory httpClientFactory;
51+
protected final Map<String, CommandInfo> additionalCommands;
5252
protected CommandCodec<HttpRequest> commandCodec;
5353
protected ResponseCodec<HttpResponse> responseCodec;
5454

0 commit comments

Comments
 (0)