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 9698f5d commit d64f646Copy full SHA for d64f646
java/src/org/openqa/selenium/logging/LogEntries.java
@@ -36,7 +36,7 @@ public class LogEntries implements Iterable<LogEntry> {
36
37
public LogEntries(Iterable<LogEntry> entries) {
38
this.entries =
39
- unmodifiableList(StreamSupport.stream(entries.spliterator(), false).collect(toList()));
+ unmodifiableList(StreamSupport.stream(entries.spliterator(), false).collect(toList()));
40
}
41
42
/**
0 commit comments