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/31 07:27:21 UTC

svn commit: r1129490 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/substitution/VariableSubstitutor.java

Author: simonetripodi
Date: Tue May 31 05:27:21 2011
New Revision: 1129490

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

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/substitution/VariableSubstitutor.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/substitution/VariableSubstitutor.java?rev=1129490&r1=1129489&r2=1129490&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/substitution/VariableSubstitutor.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/substitution/VariableSubstitutor.java Tue May 31 05:27:21 2011
@@ -76,7 +76,7 @@ public class VariableSubstitutor
     }
 
     /**
-     * Substitutes the attributes (before they are passed to the <code>Rule</code> implementations's)
+     * {@inheritDoc}
      */
     @Override
     public Attributes substitute( Attributes attributes )
@@ -91,11 +91,7 @@ public class VariableSubstitutor
     }
 
     /**
-     * Substitutes for the body text. This method may substitute values into the body text of the elements that Digester
-     * parses.
-     * 
-     * @param bodyText the body text (as passed to <code>Digester</code>)
-     * @return the body text to be passed to the <code>Rule</code> implementations
+     * {@inheritDoc}
      */
     @Override
     public String substitute( String bodyText )