Author: simonetripodi
Date: Thu Dec  8 19:24:47 2011
New Revision: 1212059

URL: http://svn.apache.org/viewvc?rev=1212059&view=rev
Log:
minor format

Modified:
    
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/xmlrules/SetPropertiesIgnoreRule.java

Modified: 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/xmlrules/SetPropertiesIgnoreRule.java
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/xmlrules/SetPropertiesIgnoreRule.java?rev=1212059&r1=1212058&r2=1212059&view=diff
==============================================================================
--- 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/xmlrules/SetPropertiesIgnoreRule.java
 (original)
+++ 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/xmlrules/SetPropertiesIgnoreRule.java
 Thu Dec  8 19:24:47 2011
@@ -33,7 +33,7 @@ final class SetPropertiesIgnoreRule
     /**
      * {@inheritDoc}
      */
-    public void begin(String namespace, String name, Attributes attributes)
+    public void begin( String namespace, String name, Attributes attributes )
         throws Exception
     {
         String attributeName = attributes.getValue( "attr-name" );


Reply via email to