Skip to content

Commit f227da9

Browse files
iampopovichdiemol
andauthored
[java] extend the scope of the properties of the HttpCommandExecutor class (#16186)
set protected modifier to props Co-authored-by: Diego Molina <[email protected]>
1 parent 1283dd2 commit f227da9

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)