Remove unused @param tags.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@225329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-07-26 15:28:49 +00:00
parent c4db5b37ba
commit cf0dda8853

View File

@ -312,13 +312,6 @@ public VariableFormatter(VariableResolver variableResolver, String prefix, Strin
* 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