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/31 10:29:58 UTC

svn commit: r1129567 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java

Author: simonetripodi
Date: Tue May 31 08:29:57 2011
New Revision: 1129567

URL: http://svn.apache.org/viewvc?rev=1129567&view=rev
Log:
fixed checkstyle violation: Expected @param tag for 'attrName'.	

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java?rev=1129567&r1=1129566&r2=1129567&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java Tue May 31 08:29:57 2011
@@ -102,7 +102,8 @@ public final class PluginCreateRuleBuild
      * Sets the xml attribute which the input xml uses to indicate to a
      * PluginCreateRule which class should be instantiated.
      *
-     * @param attrName
+     * @param attrName the xml attribute which the input xml uses to indicate to a
+     *                 PluginCreateRule which class should be instantiated.
      * @return this builder instance
      */
     public PluginCreateRuleBuilder setPluginClassAttribute( String attrName )