You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/28 17:46:37 UTC

svn commit: r1128682 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java

Author: simonetripodi
Date: Sat May 28 15:46:36 2011
New Revision: 1128682

URL: http://svn.apache.org/viewvc?rev=1128682&view=rev
Log:
fixed javadoc violations

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=1128682&r1=1128681&r2=1128682&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 Sat May 28 15:46:36 2011
@@ -144,9 +144,7 @@ public class SetPropertiesRule
     // --------------------------------------------------------- Public Methods
 
     /**
-     * Process the beginning of this element.
-     * 
-     * @param attributes The attribute list of this element
+     * {@inheritDoc}
      */
     @Override
     public void begin( String namespace, String name, Attributes attributes )
@@ -235,8 +233,10 @@ public class SetPropertiesRule
     }
 
     /**
-     * <p>
      * Add an additional attribute name to property name mapping. This is intended to be used from the xml rules.
+     *
+     * @param attributeName the attribute name has to be mapped
+     * @param propertyName the target property name
      */
     public void addAlias( String attributeName, String propertyName )
     {
@@ -244,7 +244,7 @@ public class SetPropertiesRule
     }
 
     /**
-     * Render a printable version of this Rule.
+     * {@inheritDoc}
      */
     @Override
     public String toString()