You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/10/17 22:34:56 UTC

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

andyc       00/10/17 13:34:55

  Modified:    java/src/org/apache/xerces/dom Tag: xerces_j_2
                        ChildAndParentNode.java ParentNode.java
  Log:
  Commented out the synchronizeChildren method for the deferred
  DOM implementation. Currently it's not needed.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +3 -1      xml-xerces/java/src/org/apache/xerces/dom/ChildAndParentNode.java
  
  Index: ChildAndParentNode.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ChildAndParentNode.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ChildAndParentNode.java	2000/05/24 20:28:25	1.4
  +++ ChildAndParentNode.java	2000/10/17 20:34:51	1.4.2.1
  @@ -1,4 +1,4 @@
  -/* $Id: ChildAndParentNode.java,v 1.4 2000/05/24 20:28:25 lehors Exp $ */
  +/* $Id: ChildAndParentNode.java,v 1.4.2.1 2000/10/17 20:34:51 andyc Exp $ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -898,6 +898,7 @@
        * Even though this is only used in deferred classes this method is
        * put here so that it can be shared by all deferred classes.
        */
  +    /***
       protected final void synchronizeChildren(int nodeIndex) {
   
           // no need to sync in the future
  @@ -931,6 +932,7 @@
           }
   
       } // synchronizeChildren()
  +    /***/
   
       //
       // Serialization methods
  
  
  
  1.4.2.1   +3 -1      xml-xerces/java/src/org/apache/xerces/dom/ParentNode.java
  
  Index: ParentNode.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ParentNode.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ParentNode.java	2000/05/24 20:28:25	1.4
  +++ ParentNode.java	2000/10/17 20:34:52	1.4.2.1
  @@ -1,4 +1,4 @@
  -/* $Id: ParentNode.java,v 1.4 2000/05/24 20:28:25 lehors Exp $ */
  +/* $Id: ParentNode.java,v 1.4.2.1 2000/10/17 20:34:52 andyc Exp $ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -909,6 +909,7 @@
        * Even though this is only used in deferred classes this method is
        * put here so that it can be shared by all deferred classes.
        */
  +    /***
       protected final void synchronizeChildren(int nodeIndex) {
   
           // no need to sync in the future
  @@ -942,6 +943,7 @@
           }
   
       } // synchronizeChildren()
  +    /***/
   
       //
       // Serialization methods