[jsword-svn] r1298 - trunk/common/src/main/java/org/crosswire/common/xml

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Wed Apr 25 14:57:09 MST 2007


Author: dmsmith
Date: 2007-04-25 14:57:08 -0700 (Wed, 25 Apr 2007)
New Revision: 1298

Modified:
   trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java
Log:
Minor change to XMLProcess

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java	2007-04-25 19:05:07 UTC (rev 1297)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java	2007-04-25 21:57:08 UTC (rev 1298)
@@ -216,9 +216,10 @@
         // parse file
         try
         {
-            System.out.println("Parsing with the following:"); //$NON-NLS-1$            printActual();
+            System.out.println("Parsing with the following:"); //$NON-NLS-1$
+            printActual();
             parser.parse(xmlFile);
-            System.out.println("Done parsing."); //$NON-NLS-1$
+            System.out.println("Done: no problems found."); //$NON-NLS-1$
         }
         catch (SAXException e)
         {




More information about the jsword-svn mailing list