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 2004/07/27 23:31:00 UTC

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils PropertyUtils.java PropertyUtilsBean.java

rdonkin     2004/07/27 14:31:00

  Modified:    beanutils/src/java/org/apache/commons/beanutils Tag:
                        RELEASE_BEANUTILS_1_7_0_BRANCH PropertyUtils.java
                        PropertyUtilsBean.java
  Log:
  Deprecated methods exposing FastHashMap
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.42.2.1  +3 -1      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/PropertyUtils.java
  
  Index: PropertyUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/PropertyUtils.java,v
  retrieving revision 1.42
  retrieving revision 1.42.2.1
  diff -u -r1.42 -r1.42.2.1
  --- PropertyUtils.java	28 Feb 2004 13:18:33 -0000	1.42
  +++ PropertyUtils.java	27 Jul 2004 21:31:00 -0000	1.42.2.1
  @@ -233,6 +233,7 @@
        * <p>For more details see <code>PropertyUtilsBean</code>.</p>
        *
        * @see PropertyUtilsBean#getMappedPropertyDescriptors(Class)
  +     * @deprecated This method should not be exposed
        */
       public static FastHashMap getMappedPropertyDescriptors(Class beanClass) {
   	
  @@ -247,6 +248,7 @@
        * <p>For more details see <code>PropertyUtilsBean</code>.</p>
        *
        * @see PropertyUtilsBean#getMappedPropertyDescriptors(Object)
  +     * @deprecated This method should not be exposed
        */
       public static FastHashMap getMappedPropertyDescriptors(Object bean) {
   
  
  
  
  1.14.2.1  +3 -1      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/PropertyUtilsBean.java
  
  Index: PropertyUtilsBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/PropertyUtilsBean.java,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- PropertyUtilsBean.java	28 Feb 2004 13:18:33 -0000	1.14
  +++ PropertyUtilsBean.java	27 Jul 2004 21:31:00 -0000	1.14.2.1
  @@ -574,6 +574,7 @@
        * <p><strong>FIXME</strong> - Does not work with DynaBeans.</p>
        *
        * @param beanClass Bean class to be introspected
  +     * @deprecated This method should not be exposed
        */
       public FastHashMap getMappedPropertyDescriptors(Class beanClass) {
   
  @@ -593,6 +594,7 @@
        * <p><strong>FIXME</strong> - Does not work with DynaBeans.</p>
        *
        * @param bean Bean to be introspected
  +     * @deprecated This method should not be exposed
        */
       public FastHashMap getMappedPropertyDescriptors(Object bean) {
   
  
  
  

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