gmazza      2004/06/07 19:28:37

  Modified:    src/java/org/apache/fop/apps Driver.java
  Log:
  Removed the new apps.Document from public access within Driver, at least until the 
former class' methods have been finalized and its API benefits over apps.Driver better 
declared.
  
  Revision  Changes    Path
  1.61      +1 -17     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.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- Driver.java       22 May 2004 03:59:51 -0000      1.60
  +++ Driver.java       8 Jun 2004 02:28:37 -0000       1.61
  @@ -638,20 +638,4 @@
           }
       }
   
  -    /**
  -     * 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;
  -    }
  -
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to