You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/01/26 03:48:59 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/dom NodeContainer.java

lehors      00/01/25 18:48:59

  Modified:    java/src/org/apache/xerces/dom NodeContainer.java
  Log:
  traversal Impl classes moved one level up
  
  Revision  Changes    Path
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/dom/NodeContainer.java
  
  Index: NodeContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeContainer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeContainer.java	2000/01/13 00:28:20	1.1
  +++ NodeContainer.java	2000/01/26 02:48:58	1.2
  @@ -1,4 +1,4 @@
  -/* $Id: NodeContainer.java,v 1.1 2000/01/13 00:28:20 lehors Exp $ */
  +/* $Id: NodeContainer.java,v 1.2 2000/01/26 02:48:58 lehors Exp $ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -65,7 +65,6 @@
   import org.w3c.dom.events.*;
   import org.apache.xerces.dom.*;
   import org.apache.xerces.dom.events.*;
  -import org.apache.xerces.dom.traversal.*;
   
   /**
    * NodeContainer inherits from NodeImpl and adds the capability of having child