You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/01/28 22:41:39 UTC

cvs commit: xml-xerces/java/src/org/apache/xml/serialize ElementState.java

andyc       00/01/28 13:41:39

  Modified:    java/src/org/apache/xml/serialize ElementState.java
  Log:
  Javadoc update from @see BaseSerializer to @see BaseMarkupSerializer.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/java/src/org/apache/xml/serialize/ElementState.java
  
  Index: ElementState.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xml/serialize/ElementState.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ElementState.java	2000/01/14 20:40:54	1.2
  +++ ElementState.java	2000/01/28 21:41:39	1.3
  @@ -65,7 +65,7 @@
    *
    * @version
    * @author <a href="mailto:arkin@openxml.org">Assaf Arkin</a>
  - * @see BaseSerializer
  + * @see BaseMarkupSerializer
    */
   class ElementState
   {