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 2003/01/26 09:49:36 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt ElementDescriptor.java

rdonkin     2003/01/26 00:49:36

  Modified:    betwixt/src/java/org/apache/commons/betwixt Tag:
                        BETWIXT_1_0_ALPHA_1_RELEASE_BRANCH
                        ElementDescriptor.java
  Log:
  Corrected a missing @link in the java docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +7 -7      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java
  
  Index: ElementDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- ElementDescriptor.java	12 Jan 2003 13:52:03 -0000	1.6
  +++ ElementDescriptor.java	26 Jan 2003 08:49:36 -0000	1.6.2.1
  @@ -322,7 +322,7 @@
           
       /** 
        * Lazily creates the mutable List.
  -     * This nullifies {@link #attributeDescriptors} so that
  +     * This nullifies the attributeDescriptors array so that
        * as items are added to the list the Array is ignored until it is
        * explicitly asked for.
        * 
  @@ -348,7 +348,7 @@
       
       /**  
        * Lazily creates the mutable List of child elements.
  -     * This nullifies {@link #elementDescriptors} so that
  +     * This nullifies the elementDescriptors array so that
        * as items are added to the list the Array is ignored until it is
        * explicitly asked for.
        *
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>