]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Oops, introduced a compile error with the previous commit
authorAndreas L. Delmelle <adelmelle@apache.org>
Tue, 2 Dec 2008 21:27:50 +0000 (21:27 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Tue, 2 Dec 2008 21:27:50 +0000 (21:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@722618 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/pdf/PDFDocument.java

index 3a0ffeb9df1603463819d96119d8245eb45998e7..9bc4c0d2e57a7de294f234a493bc2ac59f7c4b1e 100644 (file)
@@ -644,16 +644,6 @@ public class PDFDocument {
         return (PDFLaunch) findPDFObject(this.launches, compare);
     }
 
-    /**
-     * 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
      *