You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@locus.apache.org on 2000/12/30 03:05:09 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/util PropertyUtils.java

craigmcc    00/12/29 18:05:08

  Modified:    src/share/org/apache/struts/util PropertyUtils.java
  Log:
  Clarify the Javadocs for getPropertyDescriptor().
  
  Revision  Changes    Path
  1.7       +5 -5      jakarta-struts/src/share/org/apache/struts/util/PropertyUtils.java
  
  Index: PropertyUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/util/PropertyUtils.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PropertyUtils.java	2000/12/30 01:20:10	1.6
  +++ PropertyUtils.java	2000/12/30 02:05:08	1.7
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/util/PropertyUtils.java,v 1.6 2000/12/30 01:20:10 craigmcc Exp $
  - * $Revision: 1.6 $
  - * $Date: 2000/12/30 01:20:10 $
  + * $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/util/PropertyUtils.java,v 1.7 2000/12/30 02:05:08 craigmcc Exp $
  + * $Revision: 1.7 $
  + * $Date: 2000/12/30 02:05:08 $
    *
    * ====================================================================
    *
  @@ -116,7 +116,7 @@
    * @author Craig R. McClanahan
    * @author Ralph Schaer
    * @author Chris Audley
  - * @version $Revision: 1.6 $ $Date: 2000/12/30 01:20:10 $
  + * @version $Revision: 1.7 $ $Date: 2000/12/30 02:05:08 $
    */
   
   public final class PropertyUtils {
  @@ -374,7 +374,7 @@
        * descriptor.  This method resolves indexed and nested property
        * references in the same manner as other methods in this class, except
        * that if the last (or only) name element is indexed, the descriptor
  -     * for the property itself is returned.
  +     * for the last resolved property itself is returned.
        *
        * @param bean Bean for which a property descriptor is requested
        * @param name Possibly indexed and/or nested name of the property for