mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 19:45:01 +00:00
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:
parent
c4db5b37ba
commit
cf0dda8853
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user