dion        02/03/24 01:15:03

  Modified:    beanutils/src/java/org/apache/commons/beanutils
                        DynaProperty.java
  Log:
  Fixed javadoc breakiterator issues
  
  Revision  Changes    Path
  1.3       +6 -6      
jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/DynaProperty.java
  
  Index: DynaProperty.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/DynaProperty.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DynaProperty.java 9 Jan 2002 19:27:30 -0000       1.2
  +++ DynaProperty.java 24 Mar 2002 09:15:03 -0000      1.3
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/DynaProperty.java,v
 1.2 2002/01/09 19:27:30 craigmcc Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/01/09 19:27:30 $
  + * $Header: 
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/DynaProperty.java,v
 1.3 2002/03/24 09:15:03 dion Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/03/24 09:15:03 $
    *
    * ====================================================================
    *
  @@ -71,7 +71,7 @@
    * <p>The metadata describing an individual property of a DynaBean.</p>
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.2 $ $Date: 2002/01/09 19:27:30 $
  + * @version $Revision: 1.3 $ $Date: 2002/03/24 09:15:03 $
    */
   
   public class DynaProperty {
  @@ -135,7 +135,7 @@
   
   
       /**
  -     * Does this property represent an indexed value (i.e. an array or List)?
  +     * Does this property represent an indexed value (ie an array or List)?
        */
       public boolean isIndexed() {
   
  @@ -153,7 +153,7 @@
   
   
       /**
  -     * Does this property represent a mapped value (i.e. a Map)?
  +     * Does this property represent a mapped value (ie a Map)?
        */
       public boolean isMapped() {
   
  
  
  

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

Reply via email to