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/06/17 20:22:16 UTC

svn commit: r548087 - /xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java

Author: mrglavas
Date: Sun Jun 17 11:22:15 2007
New Revision: 548087

URL: http://svn.apache.org/viewvc?view=rev&rev=548087
Log:
Making AbortHandler a static final nested class.

Modified:
    xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java

Modified: xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java?view=diff&rev=548087&r1=548086&r2=548087
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java Sun Jun 17 11:22:15 2007
@@ -1178,7 +1178,7 @@
         super.startElement(element, attributes, augs);
     }
     
-    private class AbortHandler implements XMLDocumentHandler, XMLDTDHandler, XMLDTDContentModelHandler  {
+    private static final class AbortHandler implements XMLDocumentHandler, XMLDTDHandler, XMLDTDContentModelHandler  {
 
         private XMLDocumentSource documentSource;
         private XMLDTDContentModelSource dtdContentSource;



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