rdonkin     2004/02/18 14:25:01

  Modified:    beanutils/src/java/org/apache/commons/beanutils
                        BeanUtilsBean.java
  Log:
  Improved documentation of BeanUtilsBean. Patch supplied by Maarten Coene.
  
  Revision  Changes    Path
  1.15      +11 -7     
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/BeanUtilsBean.java
  
  Index: BeanUtilsBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/BeanUtilsBean.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- BeanUtilsBean.java        9 Oct 2003 20:43:15 -0000       1.14
  +++ BeanUtilsBean.java        18 Feb 2004 22:25:01 -0000      1.15
  @@ -500,11 +500,15 @@
   
   
       /**
  -     * Return the entire set of properties for which the specified bean
  -     * provides a read method.  This map can be fed back to a call to
  +     * <p>Return the entire set of properties for which the specified bean
  +     * provides a read method. This map contains the to <code>String</code>
  +     * converted property values for all properties for which a read method
  +     * is provided (i.e. where the getReadMethod() returns non-null).</p>
  +     *
  +     * <p>This map can be fed back to a call to
        * <code>BeanUtils.populate()</code> to reconsitute the same set of
        * properties, modulo differences for read-only and write-only
  -     * properties, but only if there are no indexed properties.
  +     * properties, but only if there are no indexed properties.</p>
        *
        * @param bean Bean whose properties are to be extracted
        *
  
  
  

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

Reply via email to