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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]