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:
parent
0357006d9d
commit
ce389de49f
|
@ -6,7 +6,7 @@ import java.util.Map;
|
||||||
import org.apache.commons.lang.StringUtils;
|
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.
|
* <p>Performs basic variable interpolation on a String for variables within a Map.
|
||||||
* Variables of the form, ${var}, are supported.</p>
|
* Variables of the form, ${var}, are supported.</p>
|
||||||
|
|
|
@ -19,7 +19,7 @@ import java.util.Map;
|
||||||
import java.util.ArrayList;
|
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.
|
* Substitutes values from one or more maps into designated places within a string.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue