Skip to content

Commit 8b1ba6f

Browse files
VietND96Copilot
andauthored
Fix review comment as suggestion
Co-authored-by: Copilot <[email protected]>
1 parent 2f0b580 commit 8b1ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/grid/sessionmap/local/LocalSessionMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public Collection<Session> values() {
277277
}
278278

279279
public Set<SessionId> getSessionsByUri(URI uri) {
280-
return sessionsByUri.getOrDefault(uri, Set.of());
280+
return sessionsByUri.getOrDefault(uri, Collections.emptySet());
281281
}
282282

283283
public int size() {

0 commit comments

Comments
 (0)