rdonkin     2003/07/14 14:44:08

  Modified:    beanutils/src/java/org/apache/commons/beanutils/locale
                        LocaleBeanUtils.java
  Log:
  Correct bugs in javadocs which were causing warnings.
  
  Revision  Changes    Path
  1.5       +6 -6      
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java
  
  Index: LocaleBeanUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LocaleBeanUtils.java      20 Mar 2003 20:12:25 -0000      1.4
  +++ LocaleBeanUtils.java      14 Jul 2003 21:44:08 -0000      1.5
  @@ -76,8 +76,8 @@
    * <p>Utility methods for populating JavaBeans properties
    * via reflection in a locale-dependent manner.</p>
    *
  - * <p>The implementations for these methods are provided by 
<code>LocalBeanUtilsBean</code>.
  - * For more details see [EMAIL PROTECTED] LocalBeanUtilsBean}.</p>
  + * <p>The implementations for these methods are provided by 
<code>LocaleBeanUtilsBean</code>.
  + * For more details see [EMAIL PROTECTED] LocaleBeanUtilsBean}.</p>
    *
    * @author Craig R. McClanahan
    * @author Ralph Schaer
  @@ -454,7 +454,7 @@
       /**
        * Resolve any nested expression to get the actual target bean.
        *
  -     * @deprecated moved into <code>LocalBeanUtilsBean</code>
  +     * @deprecated moved into <code>LocaleBeanUtilsBean</code>
        * @param bean The bean
        * @param name The property name
        *
  
  
  

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

Reply via email to