From 8625af9d32111e555eef595d6fcca739b0249253 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 17 Jul 2016 16:51:37 +0800 Subject: JNI: Cleanup of Annotation and PDFObject_toByteString. --- platform/java/src/com/artifex/mupdf/fitz/Page.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'platform/java/src') diff --git a/platform/java/src/com/artifex/mupdf/fitz/Page.java b/platform/java/src/com/artifex/mupdf/fitz/Page.java index 64fe4030..7763df04 100644 --- a/platform/java/src/com/artifex/mupdf/fitz/Page.java +++ b/platform/java/src/com/artifex/mupdf/fitz/Page.java @@ -24,13 +24,12 @@ public class Page public native void run(Device dev, Matrix ctm, Cookie cookie); public native void runPageContents(Device dev, Matrix ctm, Cookie cookie); - public native Annotation[] getAnnotations(); public void run(Device dev, Matrix ctm) { run(dev, ctm, null); } - // FIXME: Later + public native Annotation[] getAnnotations(); public native Link[] getLinks(); // FIXME: Later. Much later. -- cgit v1.2.3