Skip to content

Commit 77384fb

Browse files
committed
change scope of additionalCommands to protected
1 parent 7ba6fc5 commit 77384fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class HttpCommandExecutor implements CommandExecutor, NeedsLocalLogs {
4646
private final URL remoteServer;
4747
public final HttpClient client;
4848
private final HttpClient.Factory httpClientFactory;
49-
private final Map<String, CommandInfo> additionalCommands;
49+
protected final Map<String, CommandInfo> additionalCommands;
5050
protected CommandCodec<HttpRequest> commandCodec;
5151
protected ResponseCodec<HttpResponse> responseCodec;
5252

0 commit comments

Comments
 (0)