summaryrefslogtreecommitdiff
path: root/platform/java/src/com/artifex/mupdf/fitz/PDFPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/java/src/com/artifex/mupdf/fitz/PDFPage.java')
-rw-r--r--platform/java/src/com/artifex/mupdf/fitz/PDFPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/java/src/com/artifex/mupdf/fitz/PDFPage.java b/platform/java/src/com/artifex/mupdf/fitz/PDFPage.java
index 2175e217..58bb1f11 100644
--- a/platform/java/src/com/artifex/mupdf/fitz/PDFPage.java
+++ b/platform/java/src/com/artifex/mupdf/fitz/PDFPage.java
@@ -4,6 +4,6 @@ public class PDFPage extends Page
{
private PDFPage(long p) { super(p); }
- public native PDFAnnotation createAnnotation(int type);
+ public native PDFAnnotation createAnnotation(int subtype);
public native void deleteAnnotation(Annotation annot);
}