Temp Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@219074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-07-14 19:16:10 +00:00
parent 0357006d9d
commit ce389de49f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
import org.apache.commons.lang.StringUtils;
/**
* Might be replaced by VariableFormat?
* Might be replaced by VariableFormatter?
*
* <p>Performs basic variable interpolation on a String for variables within a Map.
* Variables of the form, ${var}, are supported.</p>

View File

@ -19,7 +19,7 @@
import java.util.ArrayList;
/**
* Might be replaced by VariableFormat?
* Might be replaced by VariableFormatter?
*
* Substitutes values from one or more maps into designated places within a string.
* <p>