]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
removed System.exit(0) because it breaks the AWT application
authorJoerg Pietschmann <pietsch@apache.org>
Wed, 3 Jul 2002 18:56:21 +0000 (18:56 +0000)
committerJoerg Pietschmann <pietsch@apache.org>
Wed, 3 Jul 2002 18:56:21 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@194948 13f79535-47bb-0310-9956-ffa450edef68

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

index 8330c1697f2715a189da6387539d8108c61a244f..94d40a857a7d3af3fcb07579d248afce06706d0f 100644 (file)
@@ -40,7 +40,6 @@ public class Fop {
             }
             System.exit(1);
         }
-        System.exit(0);
     }
 
 }