lehors      2002/08/13 14:30:03

  Modified:    java/src/dom3/org/w3c/dom DOMImplementationRegistry.java
               java/src/org/w3c/dom DOMImplementationRegistry.java
  Log:
  no need to init sources, this is done by newInstance
  
  Revision  Changes    Path
  1.4       +1 -1      
xml-xerces/java/src/dom3/org/w3c/dom/DOMImplementationRegistry.java
  
  Index: DOMImplementationRegistry.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/dom3/org/w3c/dom/DOMImplementationRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMImplementationRegistry.java    1 Aug 2002 01:45:49 -0000       1.3
  +++ DOMImplementationRegistry.java    13 Aug 2002 21:30:02 -0000      1.4
  @@ -35,7 +35,7 @@
       public final static String PROPERTY =
           "org.w3c.dom.DOMImplementationSourceList";
   
  -    private Hashtable sources = new Hashtable();
  +    private Hashtable sources;
   
       // deny construction by other classes
       private DOMImplementationRegistry() {
  
  
  
  1.4       +1 -1      xml-xerces/java/src/org/w3c/dom/DOMImplementationRegistry.java
  
  Index: DOMImplementationRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/w3c/dom/DOMImplementationRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMImplementationRegistry.java    31 Jul 2002 11:22:00 -0000      1.3
  +++ DOMImplementationRegistry.java    13 Aug 2002 21:30:03 -0000      1.4
  @@ -35,7 +35,7 @@
       public final static String PROPERTY =
           "org.w3c.dom.DOMImplementationSourceList";
   
  -    private Hashtable sources = new Hashtable();
  +    private Hashtable sources;
   
       // deny construction by other classes
       private DOMImplementationRegistry() {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to