kevinross 2003/07/14 12:08:16
Modified: java/src/org/apache/xindice/core SystemCollection.java Log: added todo Revision Changes Path 1.14 +3 -1 xml-xindice/java/src/org/apache/xindice/core/SystemCollection.java Index: SystemCollection.java =================================================================== RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/core/SystemCollection.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- SystemCollection.java 14 Jul 2003 19:07:15 -0000 1.13 +++ SystemCollection.java 14 Jul 2003 19:08:16 -0000 1.14 @@ -119,6 +119,8 @@ if (log.isFatalEnabled()) { log.fatal("FATAL ERROR: Generating System Collection '" + SYSCOL + "'", e); } + + // TODO: System.exit() CANNOT be good here. System.exit(1); } }