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 2008/01/24 04:00:24 UTC

svn commit: r614778 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/opti/SchemaParsingConfig.java

Author: mrglavas
Date: Wed Jan 23 19:00:22 2008
New Revision: 614778

URL: http://svn.apache.org/viewvc?rev=614778&view=rev
Log:
Removing an unused field.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/xs/opti/SchemaParsingConfig.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/opti/SchemaParsingConfig.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/opti/SchemaParsingConfig.java?rev=614778&r1=614777&r2=614778&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/opti/SchemaParsingConfig.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/opti/SchemaParsingConfig.java Wed Jan 23 19:00:22 2008
@@ -215,8 +215,6 @@
     /** Input Source */
     protected XMLInputSource fInputSource;
     
-    protected SchemaDOMParser fSchemaDOMParser;
-    
     protected final ValidationManager fValidationManager;
     // state
     



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