]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Backed out System.exit() change. This would be problematic for people
authorKelly Campbell <kellyc@apache.org>
Sat, 31 Mar 2001 20:08:05 +0000 (20:08 +0000)
committerKelly Campbell <kellyc@apache.org>
Sat, 31 Mar 2001 20:08:05 +0000 (20:08 +0000)
who (wrongly) embed Fop by calling main().
PR:
Obtained from:
Submitted by:
Reviewed by:

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

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

index 65d87665ab2198997455d1338a572603f9b7b70e..727fbbaf3139a47dce51f1a4fde7698972017ec5 100644 (file)
@@ -12,7 +12,6 @@ public class Fop {
         CommandLineOptions options = new CommandLineOptions (args);
         Starter starter = options.getStarter();
         starter.run();
-       System.exit(0);
     }
 }