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/28 01:36:27 UTC

svn commit: r1128528 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java

Author: simonetripodi
Date: Fri May 27 23:36:27 2011
New Revision: 1128528

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

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java?rev=1128528&r1=1128527&r2=1128528&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java Fri May 27 23:36:27 2011
@@ -50,7 +50,7 @@ public abstract class AbstractRulesImpl
     // ------------------------------------------------------------- Properties
 
     /**
-     * Return the Digester instance with which this Rules instance is associated.
+     * {@inheritDoc}
      */
     public Digester getDigester()
     {
@@ -58,9 +58,7 @@ public abstract class AbstractRulesImpl
     }
 
     /**
-     * Set the Digester instance with which this Rules instance is associated.
-     * 
-     * @param digester The newly associated Digester instance
+     * {@inheritDoc}
      */
     public void setDigester( Digester digester )
     {
@@ -68,7 +66,7 @@ public abstract class AbstractRulesImpl
     }
 
     /**
-     * Return the namespace URI that will be applied to all subsequently added <code>Rule</code> objects.
+     * {@inheritDoc}
      */
     public String getNamespaceURI()
     {
@@ -76,10 +74,7 @@ public abstract class AbstractRulesImpl
     }
 
     /**
-     * Set the namespace URI that will be applied to all subsequently added <code>Rule</code> objects.
-     * 
-     * @param namespaceURI Namespace URI that must match on all subsequently added rules, or <code>null</code> for
-     *            matching regardless of the current namespace URI
+     * {@inheritDoc}
      */
     public void setNamespaceURI( String namespaceURI )
     {