From 1097491fc30a04425b3e6d4c0416c793a6ec4bc9 Mon Sep 17 00:00:00 2001 From: fotis Date: Wed, 15 Nov 2000 11:42:36 +0000 Subject: [PATCH] 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 --- src/org/apache/fop/apps/PrintCommandLine.java | 3 +++ 1 file changed, 3 insertions(+) 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) { -- 2.39.5