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/12/22 22:26:47 UTC

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

rdonkin     2003/12/22 13:26:47

  Modified:    beanutils/src/java/org/apache/commons/beanutils
                        BeanComparator.java ContextClassLoaderLocal.java
                        DynaProperty.java
               beanutils/src/java/org/apache/commons/beanutils/locale
                        LocaleBeanUtils.java LocaleConvertUtils.java
  Log:
  Corrected some mistakes in the javadocs
  
  Revision  Changes    Path
  1.8       +5 -5      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/BeanComparator.java
  
  Index: BeanComparator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/BeanComparator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BeanComparator.java	9 Oct 2003 20:43:15 -0000	1.7
  +++ BeanComparator.java	22 Dec 2003 21:26:47 -0000	1.8
  @@ -81,7 +81,7 @@
        * <strong>Note</strong> that this is intended to be used 
        * only in bean-centric environments.
        * </p><p>
  -     * Until {@link setProperty} is called with a non-null value.
  +     * Until {@link #setProperty} is called with a non-null value.
        * this comparator will compare the Objects only.
        * </p>
        */
  @@ -148,7 +148,7 @@
   
       /**
        * Compare two JavaBeans by their shared property.
  -     * If {@link getProperty} is null then the actual objects will be compared.
  +     * If {@link #getProperty} is null then the actual objects will be compared.
        *
        * @param  o1 Object The first bean to get data from to compare against
        * @param  o2 Object The second bean to get data from to compare
  
  
  
  1.4       +4 -4      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/ContextClassLoaderLocal.java
  
  Index: ContextClassLoaderLocal.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/ContextClassLoaderLocal.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContextClassLoaderLocal.java	9 Oct 2003 20:43:15 -0000	1.3
  +++ ContextClassLoaderLocal.java	22 Dec 2003 21:26:47 -0000	1.4
  @@ -72,7 +72,7 @@
    * <strong>Note:</strong> A WeakHashMap bug in several 1.3 JVMs results in a memory leak
    * for those JVMs.
    * 
  - * @see Thread#getContextClassLoader().  
  + * @see java.lang.Thread#getContextClassLoader  
    * @author Eric Pabst
    */
   public class ContextClassLoaderLocal {
  
  
  
  1.12      +5 -5      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/DynaProperty.java
  
  Index: DynaProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/DynaProperty.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DynaProperty.java	9 Oct 2003 20:43:15 -0000	1.11
  +++ DynaProperty.java	22 Dec 2003 21:26:47 -0000	1.12
  @@ -75,7 +75,7 @@
   /**
    * <p>The metadata describing an individual property of a DynaBean.</p>
    *
  - * <p>The meta contains an <em>optional</em> content type property ({@link getContentType})
  + * <p>The meta contains an <em>optional</em> content type property ({@link #getContentType})
    * for use by mapped and iterated properties. 
    * A mapped or iterated property may choose to indicate the type it expects.
    * The DynaBean implementation may choose to enforce this type on its entries.
  
  
  
  1.8       +5 -5      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LocaleBeanUtils.java	9 Oct 2003 20:41:40 -0000	1.7
  +++ LocaleBeanUtils.java	22 Dec 2003 21:26:47 -0000	1.8
  @@ -121,7 +121,7 @@
       }
   
       /**
  -     * <p>Gets whether the pattern is localized or not</p>
  +     * <p>Gets whether the pattern is localized or not.</p>
        *
        * <p>For more details see <code>LocaleBeanUtilsBean</code></p>
        *
  @@ -133,7 +133,7 @@
       }
   
       /**
  -     * <p>Sets whether the pattern is localized or not</p>
  +     * <p>Sets whether the pattern is localized or not.</p>
        *
        * <p>For more details see <code>LocaleBeanUtilsBean</code></p>
        *
  
  
  
  1.9       +5 -5      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale/LocaleConvertUtils.java
  
  Index: LocaleConvertUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale/LocaleConvertUtils.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LocaleConvertUtils.java	9 Oct 2003 20:41:40 -0000	1.8
  +++ LocaleConvertUtils.java	22 Dec 2003 21:26:47 -0000	1.9
  @@ -107,7 +107,7 @@
       }
   
       /**
  -     * <p>Gets for applyLocalized</p>
  +     * <p>Gets applyLocalized.</p>
        * 
        * <p>For more details see <code>LocaleConvertUtilsBean</code></p>
        *
  @@ -118,7 +118,7 @@
       }
   
       /**
  -     * <p>Sets applyLocalized</p>
  +     * <p>Sets applyLocalized.</p>
        * 
        * <p>For more details see <code>LocaleConvertUtilsBean</code></p>
        *
  
  
  

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