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/30 10:20:33 UTC

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

Author: simonetripodi
Date: Mon May 30 08:20:32 2011
New Revision: 1129047

URL: http://svn.apache.org/viewvc?rev=1129047&view=rev
Log:
fixed checkstyle violation: Type Javadoc comment is missing an @param <R> tag.	

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/ByRuleProviderBuilder.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/ByRuleProviderBuilder.java?rev=1129047&r1=1129046&r2=1129047&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/ByRuleProviderBuilder.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/ByRuleProviderBuilder.java Mon May 30 08:20:32 2011
@@ -25,6 +25,7 @@ import org.apache.commons.digester3.Rule
  * Builder chained when invoking
  * {@link LinkedRuleBuilder#addRuleCreatedBy(org.apache.commons.digester3.binder.RuleProvider)}.
  *
+ * @param <R> The rule type will be returned by this builder
  * @since 3.0
  */
 public final class ByRuleProviderBuilder<R extends Rule>