We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63e8543 + b7cb793 commit c684edbCopy full SHA for c684edb
1 file changed
java/src/org/openqa/selenium/grid/node/local/LocalNode.java
@@ -134,7 +134,7 @@ public class LocalNode extends Node {
134
private final AtomicInteger pendingSessions = new AtomicInteger();
135
private final AtomicInteger sessionCount = new AtomicInteger();
136
137
- private LocalNode(
+ protected LocalNode(
138
Tracer tracer,
139
EventBus bus,
140
URI uri,
0 commit comments