Author: simonetripodi
Date: Sat May 28 15:49:36 2011
New Revision: 1128684

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

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

Modified: 
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetRootRule.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetRootRule.java?rev=1128684&r1=1128683&r2=1128684&view=diff
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetRootRule.java
 (original)
+++ 
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetRootRule.java
 Sat May 28 15:49:36 2011
@@ -100,8 +100,8 @@ public class SetRootRule
      * The default setting is to disable exact matches.
      * </p>
      * 
-     * @return true iff exact matching is enabled
-     * @since Digester Release 1.1.1
+     * @return true if exact matching is enabled
+     * @since 1.1.1
      */
     public boolean isExactMatch()
     {
@@ -117,7 +117,7 @@ public class SetRootRule
      * </p>
      * 
      * @param useExactMatch should this rule use exact method matching
-     * @since Digester Release 1.1.1
+     * @since 1.1.1
      */
     public void setExactMatch( boolean useExactMatch )
     {
@@ -125,7 +125,7 @@ public class SetRootRule
     }
 
     /**
-     * Process the end of this element.
+     * {@inheritDoc}
      */
     @Override
     public void end( String namespace, String name )
@@ -171,7 +171,7 @@ public class SetRootRule
     }
 
     /**
-     * Render a printable version of this Rule.
+     * {@inheritDoc}
      */
     @Override
     public String toString()


Reply via email to