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 09:02:54 UTC

svn commit: r1129012 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java

Author: simonetripodi
Date: Mon May 30 07:02:54 2011
New Revision: 1129012

URL: http://svn.apache.org/viewvc?rev=1129012&view=rev
Log:
fixed checkstyle violation: Unused javadoc tags

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java?rev=1129012&r1=1129011&r2=1129012&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java Mon May 30 07:02:54 2011
@@ -42,16 +42,12 @@ public @interface DigesterRule
 
     /**
      * The reflected commons-digester rule.
-     * 
-     * @return the reflected commons-digester rule.
      */
     Class<? extends Rule> reflectsRule();
 
     /**
      * The handler that takes care on converting this annotation in the related
      * {@link AnnotationRuleProvider} and adds it o the {@link FromAnnotationsRuleSet}
-     *
-     * @return the {@link AnnotationHandler}
      */
     Class<? extends AnnotationHandler<? extends Annotation, ? extends AnnotatedElement>> handledBy();