mrglavas 2004/02/18 14:18:31 Modified: java/src/org/apache/xerces/parsers XMLGrammarCachingConfiguration.java Log: Small doc fix. This class extends XML11Configuration. Revision Changes Path 1.15 +2 -2 xml-xerces/java/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java Index: XMLGrammarCachingConfiguration.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- XMLGrammarCachingConfiguration.java 16 Feb 2004 19:28:30 -0000 1.14 +++ XMLGrammarCachingConfiguration.java 18 Feb 2004 22:18:31 -0000 1.15 @@ -80,7 +80,7 @@ /** * <p> This configuration provides a generic way of using * Xerces's grammar caching facilities. It extends the - * StandardParserConfiguration and thus may validate documents + * XML11Configuration and thus may validate documents * according to XML schemas or DTD's. It also allows the user to * preparse a grammar, and to lock the grammar pool * implementation such that no more grammars will be added.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]