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 17:08:32 UTC

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

minchau     2005/10/28 08:08:32

  Modified:    java/src/org/apache/xml/serializer Method.java
  Log:
  Minor javadoc change.
  
  Revision  Changes    Path
  1.5       +4 -3      xml-xalan/java/src/org/apache/xml/serializer/Method.java
  
  Index: Method.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/Method.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Method.java	7 Apr 2005 04:29:03 -0000	1.4
  +++ Method.java	28 Oct 2005 15:08:32 -0000	1.5
  @@ -54,8 +54,9 @@
     public static final String HTML = "html";
   
     /**
  -   * The output method for XHTML documents,
  -   * this method type is not currently supported: <tt>xhtml</tt>.
  +   * The output method for XHTML documents: <tt>xhtml</tt>.
  +   * <p>
  +   * This method type is not currently supported.
      */
     public static final String XHTML = "xhtml";
   
  
  
  

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