You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/07/04 23:36:50 UTC

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

neilg       2002/07/04 14:36:50

  Modified:    java/src/org/apache/xerces/dom CoreDocumentImpl.java
  Log:
  since there have been no loud cries in protest, modifying the static kidOk array in the DOM CoreDocumentImpl to address static mutability issues.
  
  Revision  Changes    Path
  1.24      +2 -2      xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java
  
  Index: CoreDocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- CoreDocumentImpl.java	20 Jun 2002 01:29:04 -0000	1.23
  +++ CoreDocumentImpl.java	4 Jul 2002 21:36:50 -0000	1.24
  @@ -199,7 +199,7 @@
       
   
       /** Table for quick check of child insertion. */
  -    protected static int[] kidOK;
  +    private final static int[] kidOK;
   
       /**
        * Number of alterations made to this document since its creation.
  
  
  

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