rdonkin     2004/07/27 14:44:26

  Modified:    beanutils/src/java/org/apache/commons/beanutils Tag:
                        RELEASE_BEANUTILS_1_7_0_BRANCH
                        ConvertUtilsBean.java MappedPropertyDescriptor.java
                        MethodUtils.java
  Log:
  Javadoc fixes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.12.2.1  +2 -2      
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/ConvertUtilsBean.java
  
  Index: ConvertUtilsBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/ConvertUtilsBean.java,v
  retrieving revision 1.12
  retrieving revision 1.12.2.1
  diff -u -r1.12 -r1.12.2.1
  --- ConvertUtilsBean.java     28 Feb 2004 13:18:33 -0000      1.12
  +++ ConvertUtilsBean.java     27 Jul 2004 21:44:26 -0000      1.12.2.1
  @@ -437,7 +437,7 @@
        * Otherwise, an array will be constructed whose component type is the
        * specified class.
        *
  -     * @param value Value to be converted (may be null)
  +     * @param values Values to be converted (may be null)
        * @param clazz Java array or element class to be converted to
        *
        * @exception ConversionException if thrown by an underlying Converter
  
  
  
  1.18.2.1  +3 -3      
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
  
  Index: MappedPropertyDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java,v
  retrieving revision 1.18
  retrieving revision 1.18.2.1
  diff -u -r1.18 -r1.18.2.1
  --- MappedPropertyDescriptor.java     3 Jun 2004 21:16:56 -0000       1.18
  +++ MappedPropertyDescriptor.java     27 Jul 2004 21:44:26 -0000      1.18.2.1
  @@ -228,7 +228,7 @@
       /**
        * Sets the method that should be used to read one of the property value.
        *
  -     * @param getter The new getter method.
  +     * @param mappedGetter The new getter method.
        */
       public void setMappedReadMethod(Method mappedGetter)
               throws IntrospectionException {
  @@ -249,7 +249,7 @@
       /**
        * Sets the method that should be used to write the property value.
        *
  -     * @param setter The new setter method.
  +     * @param mappedSetter The new setter method.
        */
       public void setMappedWriteMethod(Method mappedSetter)
               throws IntrospectionException {
  
  
  
  1.26.2.1  +1 -1      
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MethodUtils.java
  
  Index: MethodUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MethodUtils.java,v
  retrieving revision 1.26
  retrieving revision 1.26.2.1
  diff -u -r1.26 -r1.26.2.1
  --- MethodUtils.java  3 Mar 2004 22:19:49 -0000       1.26
  +++ MethodUtils.java  27 Jul 2004 21:44:26 -0000      1.26.2.1
  @@ -765,7 +765,7 @@
       /**
        * Find a non primitive representation for given primitive class.
        *
  -     * @param Class the class to find a representation for, not null
  +     * @param clazz the class to find a representation for, not null
        * @return the original class if it not a primitive. Otherwise the wrapper 
class. Not null
        */
       public static Class toNonPrimitiveClass(Class clazz) {
  
  
  

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

Reply via email to