]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
dummy constructor added to reflect changes to CommandLine
authorfotis <fotis@unknown>
Wed, 15 Nov 2000 11:42:36 +0000 (11:42 +0000)
committerfotis <fotis@unknown>
Wed, 15 Nov 2000 11:42:36 +0000 (11:42 +0000)
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

index 6526d1569e816a0f727a74d6dd2d275b3d90bc12..f3a524396767163284ab9c6fdb1f5bbdb4a81d7d 100755 (executable)
@@ -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) {