Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions java/src/org/openqa/selenium/remote/HttpCommandExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class HttpCommandExecutor implements CommandExecutor, NeedsLocalLogs {

private final URL remoteServer;
public final HttpClient client;
private final HttpClient.Factory httpClientFactory;
private final Map<String, CommandInfo> additionalCommands;
protected final HttpClient.Factory httpClientFactory;
protected final Map<String, CommandInfo> additionalCommands;
protected CommandCodec<HttpRequest> commandCodec;
protected ResponseCodec<HttpResponse> responseCodec;

Expand Down
Loading