Skip to content

Commit a1ebb79

Browse files
committed
Remove default override.
1 parent afd949b commit a1ebb79

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bonjour/src/main/java/ch/cyberduck/core/bonjour/RendezvousCollection.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ public Host lookup(final String uuid) {
112112
return null;
113113
}
114114

115-
@Override
116-
public Spliterator<Host> spliterator() {
117-
throw new UnsupportedOperationException();
118-
}
119-
120-
@Override
121-
public Stream<Host> stream() {
122-
throw new UnsupportedOperationException();
123-
}
124-
125115
@Override
126116
public boolean allowsAdd() {
127117
return false;

0 commit comments

Comments
 (0)