]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed the Driver(OutputStream) convenience constructor as not particularly
authorGlen Mazza <gmazza@apache.org>
Sun, 18 Jul 2004 01:25:34 +0000 (01:25 +0000)
committerGlen Mazza <gmazza@apache.org>
Sun, 18 Jul 2004 01:25:34 +0000 (01:25 +0000)
helpful, and a can of worms given all the possible permutations of constructors
that could be created.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197798 13f79535-47bb-0310-9956-ffa450edef68

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

index f63581689e054c0b0dd66dab5f873a4dfec58017..cda771e7a057a7ff5500ec6c1d6806b7a83c5560 100644 (file)
@@ -79,15 +79,6 @@ public class Driver implements Constants {
         foUserAgent = new FOUserAgent();
     }
 
-    /**
-     * 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