You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2005/03/16 21:54:11 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/serializer DOMSerializer.java

minchau     2005/03/16 12:54:11

  Modified:    java/src/org/apache/xml/serializer DOMSerializer.java
  Log:
  Minor changes to comments.
  
  Revision  Changes    Path
  1.5       +3 -3      xml-xalan/java/src/org/apache/xml/serializer/DOMSerializer.java
  
  Index: DOMSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/DOMSerializer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DOMSerializer.java	14 Oct 2004 21:45:05 -0000	1.4
  +++ DOMSerializer.java	16 Mar 2005 20:54:11 -0000	1.5
  @@ -26,7 +26,7 @@
    * Interface for a DOM serializer implementation.
    * <p>
    * The DOMSerializer is a facet of a serializer and is obtained from the
  - * asDOMSerializer() method of the org.apache.xml.serializer.Serializer interface. 
  + * asDOMSerializer() method of the Serializer interface. 
    * A serializer may or may not support a DOM serializer, if it does not then the 
    * return value from asDOMSerializer() is null.
    * <p>
  @@ -44,7 +44,7 @@
    * dser.serialize(doc);
    * </pre>
    * 
  - * @see org.apache.xml.serializer.Serializer
  + * @see Serializer
    * 
    * @xsl.usage general
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org