Missing ) in javadoc

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-07-24 04:49:58 +00:00
parent 4bfa1f6cb9
commit 807e6d6038
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ import java.util.Map;
* The variable ${${name}} must be used. * The variable ${${name}} must be used.
* </pre> * </pre>
* Here only the variable's name refered to in the text should be replaced resulting * 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> * <pre>
* The variable ${x} must be used. * The variable ${x} must be used.
* </pre> * </pre>
@ -86,7 +86,7 @@ import java.util.Map;
* *
* @author Oliver Heger * @author Oliver Heger
* @author Stephen Colebourne * @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 * @since 2.2
*/ */
public class StrSubstitutor { public class StrSubstitutor {

View File

@ -85,7 +85,7 @@ import java.util.Map;
* </p> * </p>
* <p> * <p>
* Here only the variable's name refered to in the text should be replaced resulting in the text (assuming that the * 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>
* <p> * <p>
* <code>The variable ${x} must be used.</code> * <code>The variable ${x} must be used.</code>