dlr         02/01/10 20:10:18

  Modified:    src/java/org/apache/stratum/xo Mapper.java
  Log:
  Corrected JavaDoc for map(String, String).
  
  Revision  Changes    Path
  1.5       +4 -3      
jakarta-turbine-stratum/src/java/org/apache/stratum/xo/Mapper.java
  
  Index: Mapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/xo/Mapper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- Mapper.java       11 Jan 2002 03:34:39 -0000      1.4
  +++ Mapper.java       11 Jan 2002 04:10:18 -0000      1.5
  @@ -138,7 +138,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel Rall</a>
  - * @version $Id: Mapper.java,v 1.4 2002/01/11 03:34:39 dlr Exp $
  + * @version $Id: Mapper.java,v 1.5 2002/01/11 04:10:18 dlr Exp $
    */
   
   // How to use the resources package to pull in the
  @@ -221,8 +221,9 @@
       }
   
       /**
  -     * Loads a XML document from the classpath, maps it to an instance
  -     * of the JavaBean <code>beanClass</code>, and returns the instance.
  +     * Loads a XML document (first trying the classpath, then the file
  +     * system), maps it to an instance of the JavaBean
  +     * <code>beanClass</code>, and returns the instance.
        *
        * @param source The path (either classpath resource or file
        * system) to the XML data file.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to