gmazza      2004/07/17 18:25:34

  Modified:    src/java/org/apache/fop/apps Driver.java
  Log:
  Removed the Driver(OutputStream) convenience constructor as not particularly
  helpful, and a can of worms given all the possible permutations of constructors
  that could be created.
  
  Revision  Changes    Path
  1.88      +1 -10     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.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- Driver.java       18 Jul 2004 00:50:08 -0000      1.87
  +++ Driver.java       18 Jul 2004 01:25:34 -0000      1.88
  @@ -80,15 +80,6 @@
       }
   
       /**
  -     * Convenience constructor for directly setting input and output.
  -     * @param stream Target output stream
  -     */
  -    public Driver(OutputStream stream) {
  -        this();
  -        this.stream = stream;
  -    }
  -
  -    /**
        * Constructor with FOUserAgent
        * Used by CLI, AWTRenderer
        */
  
  
  

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

Reply via email to