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.
1 parent b9c2a15 commit 0b19339Copy full SHA for 0b19339
java/src/org/openqa/selenium/grid/node/Node.java
@@ -29,6 +29,7 @@
29
import java.io.IOException;
30
import java.net.URI;
31
import java.time.Duration;
32
+import java.util.Collections;
33
import java.util.List;
34
import java.util.Map;
35
import java.util.ServiceLoader;
0 commit comments