summaryrefslogtreecommitdiff
path: root/platform/java/src
diff options
context:
space:
mode:
Diffstat (limited to 'platform/java/src')
-rw-r--r--platform/java/src/com/artifex/mupdf/fitz/SeekableStream.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/java/src/com/artifex/mupdf/fitz/SeekableStream.java b/platform/java/src/com/artifex/mupdf/fitz/SeekableStream.java
index 83f79ea2..57bd5b0b 100644
--- a/platform/java/src/com/artifex/mupdf/fitz/SeekableStream.java
+++ b/platform/java/src/com/artifex/mupdf/fitz/SeekableStream.java
@@ -10,5 +10,4 @@ public interface SeekableStream
long seek(long offset, int whence) throws IOException;
long position() throws IOException;
- void close() throws IOException;
}