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 2010/08/20 14:28:19 UTC

svn commit: r987476 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java

Author: mrglavas
Date: Fri Aug 20 12:28:19 2010
New Revision: 987476

URL: http://svn.apache.org/viewvc?rev=987476&view=rev
Log:
Fixing some Javadoc text.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java?rev=987476&r1=987475&r2=987476&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java Fri Aug 20 12:28:19 2010
@@ -55,7 +55,7 @@ public class XIncludeAwareParserConfigur
     protected static final String XINCLUDE_FEATURE = 
         Constants.XERCES_FEATURE_PREFIX + Constants.XINCLUDE_FEATURE;
     
-    /** Property identifier: error reporter. */
+    /** Property identifier: XInclude handler. */
     protected static final String XINCLUDE_HANDLER =
         Constants.XERCES_PROPERTY_PREFIX + Constants.XINCLUDE_HANDLER_PROPERTY;
     



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