You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/07/24 06:49:58 UTC

svn commit: r424901 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text: StrSubstitutor.java VariableFormatter.java

Author: bayard
Date: Sun Jul 23 21:49:58 2006
New Revision: 424901

URL: http://svn.apache.org/viewvc?rev=424901&view=rev
Log:
Missing ) in javadoc

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java?rev=424901&r1=424900&r2=424901&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java Sun Jul 23 21:49:58 2006
@@ -71,7 +71,7 @@
  *   The variable ${${name}} must be used.
  * </pre>
  * Here only the variable's name refered to in the text should be replaced resulting
- * in the text (assuming that the value of the <code>name</code> variable is <code>x</code>:
+ * in the text (assuming that the value of the <code>name</code> variable is <code>x</code>):
  * <pre>
  *   The variable ${x} must be used.
  * </pre>
@@ -86,7 +86,7 @@
  *
  * @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 {

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java?rev=424901&r1=424900&r2=424901&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java Sun Jul 23 21:49:58 2006
@@ -85,7 +85,7 @@
  * </p>
  * <p>
  * Here only the variable's name refered to in the text should be replaced resulting in the text (assuming that the
- * value of the <code>name</code> variable is <code>x</code>:
+ * value of the <code>name</code> variable is <code>x</code>):
  * </p>
  * <p>
  * <code>The variable ${x} must be used.</code>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org