diff --git a/src/java/org/apache/commons/lang/text/StrSubstitutor.java b/src/java/org/apache/commons/lang/text/StrSubstitutor.java
index 8289eec4a..b3e4d082e 100644
--- a/src/java/org/apache/commons/lang/text/StrSubstitutor.java
+++ b/src/java/org/apache/commons/lang/text/StrSubstitutor.java
@@ -71,7 +71,7 @@ import java.util.Map;
* The variable ${${name}} must be used.
*
* Here only the variable's name refered to in the text should be replaced resulting
- * in the text (assuming that the value of the name
variable is x
:
+ * in the text (assuming that the value of the name
variable is x
):
*
* The variable ${x} must be used. *@@ -86,7 +86,7 @@ import java.util.Map; * * @author Oliver Heger * @author Stephen Colebourne - * @version $Id: VariableFormatter.java 420491 2006-07-10 11:23:57 +0000 (Mon, 10 Jul 2006) niallp $ + * @version $Id$ * @since 2.2 */ public class StrSubstitutor { diff --git a/src/java/org/apache/commons/lang/text/VariableFormatter.java b/src/java/org/apache/commons/lang/text/VariableFormatter.java index cb9da27b9..42e1ac75e 100644 --- a/src/java/org/apache/commons/lang/text/VariableFormatter.java +++ b/src/java/org/apache/commons/lang/text/VariableFormatter.java @@ -85,7 +85,7 @@ import java.util.Map; * *
* Here only the variable's name refered to in the text should be replaced resulting in the text (assuming that the
- * value of the name
variable is x
:
+ * value of the name
variable is x
):
*
* The variable ${x} must be used.