From: fotis Date: Wed, 15 Nov 2000 11:42:36 +0000 (+0000) Subject: dummy constructor added to reflect changes to CommandLine X-Git-Tag: pre-columns~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1097491fc30a04425b3e6d4c0416c793a6ec4bc9;p=xmlgraphics-fop.git dummy constructor added to reflect changes to CommandLine git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193807 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/apps/PrintCommandLine.java b/src/org/apache/fop/apps/PrintCommandLine.java index 6526d1569..f3a524396 100755 --- a/src/org/apache/fop/apps/PrintCommandLine.java +++ b/src/org/apache/fop/apps/PrintCommandLine.java @@ -36,6 +36,9 @@ import org.apache.fop.messaging.MessageHandler; * */ public class PrintCommandLine extends CommandLine { + public PrintCommandLine(String args []) { + super (args); + } public static void main(String[] args) {