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/06/27 02:25:16 UTC

svn commit: r1139979 - /commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java

Author: simonetripodi
Date: Mon Jun 27 00:25:15 2011
New Revision: 1139979

URL: http://svn.apache.org/viewvc?rev=1139979&view=rev
Log:
no needs to redeclare javadoc comment, inherited

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

Modified: commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java?rev=1139979&r1=1139978&r2=1139979&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java (original)
+++ commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/AbstractRulesImpl.java Mon Jun 27 00:25:15 2011
@@ -83,11 +83,7 @@ public abstract class AbstractRulesImpl
     // --------------------------------------------------------- Public Methods
 
     /**
-     * Registers a new Rule instance matching the specified pattern. This implementation sets the <code>Digester</code>
-     * and the <code>namespaceURI</code> on the <code>Rule</code> before calling {@link #registerRule}.
-     * 
-     * @param pattern Nesting pattern to be matched for this Rule
-     * @param rule Rule instance to be registered
+     * {@inheritDoc}
      */
     public void add( String pattern, Rule rule )
     {