/[Apache-SVN]/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java
ViewVC logotype

Diff of /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java	2005/06/03 03:56:41	179715
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java	2005/06/03 04:06:00	179716
@@ -404,7 +404,7 @@ public class FactoryCreateRule extends R
         
         // check if object was created 
         // this only happens if an exception was thrown and we're ignoring them
-        if (	
+        if (
                 ignoreCreateExceptions &&
                 exceptionIgnoredStack != null &&
                 !(exceptionIgnoredStack.empty())) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26