You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2003/12/21 23:56:00 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/config FormPropertyConfig.java

husted      2003/12/21 14:56:00

  Modified:    src/share/org/apache/struts/config FormPropertyConfig.java
  Log:
  Javadoc changes only
  
  Revision  Changes    Path
  1.11      +8 -8      jakarta-struts/src/share/org/apache/struts/config/FormPropertyConfig.java
  
  Index: FormPropertyConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/FormPropertyConfig.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- FormPropertyConfig.java	10 Apr 2003 02:36:31 -0000	1.10
  +++ FormPropertyConfig.java	21 Dec 2003 22:56:00 -0000	1.11
  @@ -287,21 +287,21 @@
        *     property represents an array (i.e. it ends with "[]"):
        *     <ul>
        *     <li>If you have specified a value for the <code>initial</code>
  -     *         property, <code>ConvertUtils.convert()</code> will be
  +     *         property, <code>ConvertUtils.convert</code> will be
        *         called to convert it into an instance of the specified
        *         array type.</li>
        *     <li>If you have not specified a value for the <code>initial</code>
        *         property, an array of the length specified by the
  -     *         <code>size</code> property will be created.  Each element
  +     *         <code>size</code> property will be created. Each element
        *         of the array will be instantiated via the zero-args constructor
  -     *         on the specified class (if any).  Otherwise, <code>null</code>
  +     *         on the specified class (if any). Otherwise, <code>null</code>
        *         will be returned.</li>
        *     </ul></li>
        * <li>If the value you have specified for the <code>type</code>
        *     property does not represent an array:
        *     <ul>
        *     <li>If you have specified a value for the <code>initial</code>
  -     *         property, <code>ConvertUtils.convert()</code>
  +     *         property, <code>ConvertUtils.convert</code>
        *         will be called to convert it into an object instance.</li>
        *     <li>If you have not specified a value for the <code>initial</code>
        *         attribute, Struts will instantiate an instance via the
  
  
  

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