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 2003/12/01 21:34:20 UTC

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

mrglavas    2003/12/01 12:34:20

  Modified:    java/src/org/apache/xerces/xs XSLoader.java XSConstants.java
  Log:
  Fixing some typos.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xerces/java/src/org/apache/xerces/xs/XSLoader.java
  
  Index: XSLoader.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSLoader.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSLoader.java	18 Nov 2003 23:27:20 -0000	1.4
  +++ XSLoader.java	1 Dec 2003 20:34:20 -0000	1.5
  @@ -105,7 +105,7 @@
        * <code>LSInput</code>s. 
        * @param is  The list of <code>LSInput</code>s from which the XML 
        *   Schema documents are to be read. 
  -     * @return An XSModel representing schema documents.
  +     * @return An XSModel representing the schema documents.
        */
       public XSModel loadInputList(LSInputList is);
   
  
  
  
  1.3       +1 -1      xml-xerces/java/src/org/apache/xerces/xs/XSConstants.java
  
  Index: XSConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSConstants.java	12 Nov 2003 23:17:34 -0000	1.2
  +++ XSConstants.java	1 Dec 2003 20:34:20 -0000	1.3
  @@ -180,7 +180,7 @@
        */
       public static final short VC_FIXED                  = 2;
   
  -    // Build-in types: primitive and derived
  +    // Built-in types: primitive and derived
       /**
        * anySimpleType
        */
  
  
  

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