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/10/28 22:45:14 UTC

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

minchau     2005/10/28 13:45:14

  Modified:    java/src/org/apache/xml/serializer Encodings.java
  Log:
  Minor javadoc change.
  
  Revision  Changes    Path
  1.15      +4 -4      xml-xalan/java/src/org/apache/xml/serializer/Encodings.java
  
  Index: Encodings.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/Encodings.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Encodings.java	3 Aug 2005 19:20:31 -0000	1.14
  +++ Encodings.java	28 Oct 2005 20:45:14 -0000	1.15
  @@ -36,10 +36,10 @@
   /**
    * Provides information about encodings. Depends on the Java runtime
    * to provides writers for the different encodings.
  + * <p>
  + * This class is not a public API. It is only public because it
  + * is used outside of this package.
    * 
  - * This class is only for internal use within Xalan. However, it is used directly
  - * by org.apache.xalan.xsltc.compiler.Output.
  - *
    * @xsl.usage internal
    */
   
  
  
  

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