You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2005/07/26 17:28:51 UTC

svn commit: r225329 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java

Author: ggregory
Date: Tue Jul 26 08:28:49 2005
New Revision: 225329

URL: http://svn.apache.org/viewcvs?rev=225329&view=rev
Log:
Remove unused @param tags.

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java?rev=225329&r1=225328&r2=225329&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java Tue Jul 26 08:28:49 2005
@@ -312,13 +312,6 @@
      * Recursive handler for multple levels of interpolation. This is the main interpolation method, which resolves the
      * values of all variable references contained in the passed in text.
      * 
-     * @param base
-     *            string with the ${key} variables
-     * @param priorVariables
-     *            serves two purposes: to allow checking for loops, and creating a meaningful exception message should a
-     *            loop occur. It's 0'th element will be set to the value of base from the first call. All subsequent
-     *            interpolated variables are added afterward. When called for the first time, this argument should be
-     *            <b>null </b>.
      * @param obj
      *            the text to be interpolated (as object)
      * @param priorVariables



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org