You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2004/01/08 23:46:14 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/xs XSComplexTypeDefinition.java

mrglavas    2004/01/08 14:46:14

  Modified:    java/src/org/apache/xerces/xs XSComplexTypeDefinition.java
  Log:
  Fixing Bug #22395:
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22395
  
  Thanks to Eric Friedman for pointing out the errors in the documentation.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xerces/java/src/org/apache/xerces/xs/XSComplexTypeDefinition.java
  
  Index: XSComplexTypeDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSComplexTypeDefinition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSComplexTypeDefinition.java	12 Nov 2003 23:17:34 -0000	1.2
  +++ XSComplexTypeDefinition.java	8 Jan 2004 22:46:13 -0000	1.3
  @@ -112,8 +112,8 @@
       /**
        * [content type]: one of empty (<code>CONTENTTYPE_EMPTY</code>), a simple 
        * type definition (<code>CONTENTTYPE_SIMPLE</code>), mixed (
  -     * <code>CONTENTTYPE_EMPTY</code>), or element-only (
  -     * <code>CONTENTTYPE_EMPTY</code>). 
  +     * <code>CONTENTTYPE_MIXED</code>), or element-only (
  +     * <code>CONTENTTYPE_ELEMENT</code>). 
        */
       public short getContentType();
   
  
  
  

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