]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed the new apps.Document from public access within Driver, at least until the...
authorGlen Mazza <gmazza@apache.org>
Tue, 8 Jun 2004 02:28:37 +0000 (02:28 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 8 Jun 2004 02:28:37 +0000 (02:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197692 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/Driver.java

index b9a5cb213eadc8d8f8f2d934802cd2bab8863f78..8fdd30dadf44b226a48c17866c78728f88ec7fcc 100644 (file)
@@ -638,20 +638,4 @@ public class Driver {
         }
     }
 
-    /**
-     * Public accessor for setting the currentDocument to process.
-     * @param document the Document object that should be processed.
-     */
-    public void setCurrentDocument(Document document) {
-        currentDocument = document;
-    }
-
-    /**
-     * Public accessor for getting the currentDocument
-     * @return the currentDocument
-     */
-    public Document getCurrentDocument() {
-       return currentDocument;
-    }
-
 }