From: Joerg Pietschmann Date: Wed, 3 Jul 2002 18:56:21 +0000 (+0000) Subject: removed System.exit(0) because it breaks the AWT application X-Git-Tag: fop-0_20_5rc~146 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ae4587e16bea9961363f8bfc63f6407f6c61c74;p=xmlgraphics-fop.git removed System.exit(0) because it breaks the AWT application git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@194948 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/apps/Fop.java b/src/org/apache/fop/apps/Fop.java index 8330c1697..94d40a857 100644 --- a/src/org/apache/fop/apps/Fop.java +++ b/src/org/apache/fop/apps/Fop.java @@ -40,7 +40,6 @@ public class Fop { } System.exit(1); } - System.exit(0); } }