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 2010/01/26 10:59:50 UTC

svn commit: r903152 - /commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterRule.java

Author: simonetripodi
Date: Tue Jan 26 09:59:50 2010
New Revision: 903152

URL: http://svn.apache.org/viewvc?rev=903152&view=rev
Log:
minor javadoc

Modified:
    commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterRule.java

Modified: commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterRule.java
URL: http://svn.apache.org/viewvc/commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterRule.java?rev=903152&r1=903151&r2=903152&view=diff
==============================================================================
--- commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterRule.java (original)
+++ commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterRule.java Tue Jan 26 09:59:50 2010
@@ -39,9 +39,9 @@
 public @interface DigesterRule {
 
     /**
-     * The reflected commons-digester annotation rule.
+     * The reflected commons-digester rule.
      *
-     * @return the reflected commons-digester annotation rule.
+     * @return the reflected commons-digester rule.
      */
     Class<? extends Rule> reflectsRule();