dleslie     01/03/14 13:11:33

  Modified:    java/src/org/apache/xml/utils StringVector.java
  Log:
  Added missing @serial Javadoc tags.
  
  Revision  Changes    Path
  1.4       +4 -4      xml-xalan/java/src/org/apache/xml/utils/StringVector.java
  
  Index: StringVector.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/StringVector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StringVector.java 2001/01/29 20:42:57     1.3
  +++ StringVector.java 2001/03/14 21:11:32     1.4
  @@ -64,16 +64,16 @@
   public class StringVector implements java.io.Serializable
   {
   
  -  /** Size of blocks to allocate           */
  +  /** @serial Size of blocks to allocate           */
     protected int m_blocksize;
   
  -  /** Array of strings this contains          */
  +  /** @serial Array of strings this contains          */
     protected String m_map[];
   
  -  /** Number of strings this contains          */
  +  /** @serial Number of strings this contains          */
     protected int m_firstFree = 0;
   
  -  /** Size of the array          */
  +  /** @serial Size of the array          */
     protected int m_mapSize;
   
     /**
  
  
  

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

Reply via email to