You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/07/14 23:44:08 UTC

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale LocaleBeanUtils.java

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 {@link LocalBeanUtilsBean}.</p>
  + * <p>The implementations for these methods are provided by <code>LocaleBeanUtilsBean</code>.
  + * For more details see {@link 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org