gmazza 2004/06/12 18:21:17 Modified: src/java/org/apache/fop/apps Driver.java Log: Removed unneeded getCurrentDocument() again from Driver. Revision Changes Path 1.63 +1 -9 xml-fop/src/java/org/apache/fop/apps/Driver.java Index: Driver.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/Driver.java,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- Driver.java 11 Jun 2004 17:18:51 -0000 1.62 +++ Driver.java 13 Jun 2004 01:21:17 -0000 1.63 @@ -636,12 +636,4 @@ } } - /** - * Public accessor for getting the document used by this generation - * @return the current Document object - */ - public Document getCurrentDocument() { - return currentDocument; - } - }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]