From: Glen Mazza Date: Sun, 18 Jul 2004 01:25:34 +0000 (+0000) Subject: Removed the Driver(OutputStream) convenience constructor as not particularly X-Git-Tag: Root_Temp_KnuthStylePageBreaking~664 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4e08f14bf8ffc500eb0deb5ad9500da7e756170;p=xmlgraphics-fop.git 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. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/apps/Driver.java b/src/java/org/apache/fop/apps/Driver.java index f63581689..cda771e7a 100644 --- a/src/java/org/apache/fop/apps/Driver.java +++ b/src/java/org/apache/fop/apps/Driver.java @@ -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