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 2003/11/18 19:17:32 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl XMLScanner.java

mrglavas    2003/11/18 10:17:32

  Modified:    java/src/org/apache/xerces/impl XMLScanner.java
  Log:
  Cleanup. Remove extra call of init().
  
  Revision  Changes    Path
  1.39      +2 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLScanner.java
  
  Index: XMLScanner.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLScanner.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- XMLScanner.java	13 Nov 2003 18:45:59 -0000	1.38
  +++ XMLScanner.java	18 Nov 2003 18:17:32 -0000	1.39
  @@ -270,7 +270,6 @@
           fErrorReporter = (XMLErrorReporter)componentManager.getProperty(ERROR_REPORTER);
           fEntityManager = (XMLEntityManager)componentManager.getProperty(ENTITY_MANAGER);
   
  -        init();
           // sax features
           try {
               fValidation = componentManager.getFeature(VALIDATION);
  @@ -290,6 +289,7 @@
           catch (XMLConfigurationException e) {
               fNotifyCharRefs = false;
           }
  +        
           init();
   
       } // reset(XMLComponentManager)
  
  
  

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