Skip to content

Commit 3a7a677

Browse files
committed
Fixup BufferedStreamHandle
1 parent 082fc60 commit 3a7a677

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/scijava/io/handle/DefaultBufferedStreamHandle.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ public boolean isWritable() {
192192
return !closed && handle.isWritable();
193193
}
194194

195-
@Override
196-
public boolean exists() throws IOException {
197-
return handle.exists();
198-
}
199-
200195
@Override
201196
public Class<L> getType() {
202197
return handle.getType();

0 commit comments

Comments
 (0)