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:20:22 UTC

svn commit: r1128666 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectParamRule.java

Author: simonetripodi
Date: Sat May 28 15:20:22 2011
New Revision: 1128666

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

Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectParamRule.java

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectParamRule.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectParamRule.java?rev=1128666&r1=1128665&r2=1128666&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectParamRule.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectParamRule.java Sat May 28 15:20:22 2011
@@ -87,9 +87,7 @@ public class ObjectParamRule
     // --------------------------------------------------------- Public Methods
 
     /**
-     * Process the start of this element.
-     * 
-     * @param attributes The attribute list for this element
+     * {@inheritDoc}
      */
     @Override
     public void begin( String namespace, String name, Attributes attributes )
@@ -115,7 +113,7 @@ public class ObjectParamRule
     }
 
     /**
-     * Render a printable version of this Rule.
+     * {@inheritDoc}
      */
     @Override
     public String toString()