[jbpm-commits] JBoss JBPM SVN: r6771 - projects/migration_tool/trunk/src/test/java/test.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 21 14:07:22 EDT 2010


Author: eschabell
Date: 2010-10-21 14:07:22 -0400 (Thu, 21 Oct 2010)
New Revision: 6771

Modified:
   projects/migration_tool/trunk/src/test/java/test/XSLTTest.java
Log:
Added space to repeat the commit message from just before this one... Marco Rietveld in comments for credit for the code.

Modified: projects/migration_tool/trunk/src/test/java/test/XSLTTest.java
===================================================================
--- projects/migration_tool/trunk/src/test/java/test/XSLTTest.java	2010-10-21 18:06:24 UTC (rev 6770)
+++ projects/migration_tool/trunk/src/test/java/test/XSLTTest.java	2010-10-21 18:07:22 UTC (rev 6771)
@@ -91,7 +91,7 @@
 				text.append(scanner.nextLine() + NL);
             }
 		} catch (FileNotFoundException e) {
-			e.printStackTrace();
+			e.printStackTrace(); 
 		}
         finally{
           scanner.close();



More information about the jbpm-commits mailing list