diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-12-02 21:27:50 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-12-02 21:27:50 +0000 |
commit | 949349d7c3347aa30fafecb1257e9c3b02767ffa (patch) | |
tree | 03a1e015e7bf6e21c786612df265fe9b05389124 | |
parent | d1cbfefffcf0f23891a1a1449bd7b6674e3a7c42 (diff) | |
download | xmlgraphics-fop-949349d7c3347aa30fafecb1257e9c3b02767ffa.tar.gz xmlgraphics-fop-949349d7c3347aa30fafecb1257e9c3b02767ffa.zip |
Oops, introduced a compile error with the previous commit
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@722618 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/fop/pdf/PDFDocument.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/java/org/apache/fop/pdf/PDFDocument.java b/src/java/org/apache/fop/pdf/PDFDocument.java index 3a0ffeb9d..9bc4c0d2e 100644 --- a/src/java/org/apache/fop/pdf/PDFDocument.java +++ b/src/java/org/apache/fop/pdf/PDFDocument.java @@ -645,16 +645,6 @@ public class PDFDocument { } /** - * Finds a uri. - * - * @param compare reference object to use as search template - * @return the launch if found, null otherwise - */ - protected PDFUri findURI(PDFUri compare) { - return (PDFUri) findPDFObject(this.uris, compare); - } - - /** * Looks for an existing GState to use * * @param wanted requested features |