[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/text MappedMessageFormat.java
From:       ggregory () apache ! org
Date:       2004-09-30 16:57:18
Message-ID: 20040930165718.63267.qmail () minotaur ! apache ! org
[Download RAW message or body]

ggregory    2004/09/30 09:57:18

  Modified:    lang/src/java/org/apache/commons/lang/text
                        MappedMessageFormat.java
  Log:
  Javadoc.
  
  Revision  Changes    Path
  1.3       +7 -5      \
jakarta-commons/lang/src/java/org/apache/commons/lang/text/MappedMessageFormat.java  
  Index: MappedMessageFormat.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/text/MappedMessageFormat.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MappedMessageFormat.java	5 Sep 2004 00:42:14 -0000	1.2
  +++ MappedMessageFormat.java	30 Sep 2004 16:57:18 -0000	1.3
  @@ -19,24 +19,26 @@
   import java.util.ArrayList;
   
   /**
  - * Provides the ability to substitute 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>
    * For example:
  + * </p>
    * <pre>
    *   "User ${id} has uid ${uid} and path of env{path}"
    * </pre>
    * can be expanded using values from a map associated with "$" and a different
    * map associated with "env".
    * <p> 
  - * This class is similar to the java.text.MessageFormat class, but allows
  + * This class is similar to the {@link java.text.MessageFormat} class, but allows
    * data to be retrieved from one or maps instead of from a single list.
    * Unlike the MessageFormat class, however, it simply uses the result of 
    * applying toString() to the referenced values in the map(s) and does not 
    * support any "format" operations applied to the objects before substitution 
    * into the target string.
  - *
  - * Originally org.apache.commons.digester.substitution.MultiVariableExpander
  + * </p>
  + * <p>
  + * Originally org.apache.commons.digester.substitution.MultiVariableExpander.
  + * </p>
    *
    * @since 2.1
    */
  
  
  

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic