Author: simonetripodi
Date: Sun Jan 30 19:58:14 2011
New Revision: 1065364
URL: http://svn.apache.org/viewvc?rev=1065364&view=rev
Log:
minor format
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java?rev=1065364&r1=1065363&r2=1065364&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
(original)
+++
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
Sun Jan 30 19:58:14 2011
@@ -15,11 +15,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
package org.apache.commons.digester3;
-
import java.util.HashMap;
import java.util.Map;
@@ -27,7 +24,6 @@ import org.apache.commons.beanutils.Bean
import org.apache.commons.beanutils.PropertyUtils;
import org.xml.sax.Attributes;
-
/**
* <p>Rule implementation that sets properties on the object at the top of the
* stack, based on attributes with corresponding names.</p>