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 2007/05/29 15:55:53 UTC

svn commit: r542520 - /xerces/java/trunk/src/org/apache/xerces/jaxp/validation/XMLSchemaFactory.java

Author: mrglavas
Date: Tue May 29 06:55:53 2007
New Revision: 542520

URL: http://svn.apache.org/viewvc?view=rev&rev=542520
Log:
Making several fields final.

Modified:
    xerces/java/trunk/src/org/apache/xerces/jaxp/validation/XMLSchemaFactory.java

Modified: xerces/java/trunk/src/org/apache/xerces/jaxp/validation/XMLSchemaFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/validation/XMLSchemaFactory.java?view=diff&rev=542520&r1=542519&r2=542520
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/validation/XMLSchemaFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/validation/XMLSchemaFactory.java Tue May 29 06:55:53 2007
@@ -99,13 +99,13 @@
     private final DOMEntityResolverWrapper fDOMEntityResolverWrapper;
     
     /** The ErrorHandlerWrapper */
-    private ErrorHandlerWrapper fErrorHandlerWrapper;
+    private final ErrorHandlerWrapper fErrorHandlerWrapper;
     
     /** The SecurityManager. */
     private SecurityManager fSecurityManager;
     
     /** The container for the real grammar pool. */ 
-    private XMLGrammarPoolWrapper fXMLGrammarPoolWrapper;
+    private final XMLGrammarPoolWrapper fXMLGrammarPoolWrapper;
     
     /** Whether or not to allow new schemas to be added to the grammar pool */
     private boolean fUseGrammarPoolOnly;



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