mrglavas    2005/09/30 15:01:53

  Modified:    java/src/org/apache/xerces/dom NodeListCache.java
                        DocumentImpl.java
  Log:
  Restore serialization compatibility with Xerces 2.6.
  
  Revision  Changes    Path
  1.9       +2 -2      
xml-xerces/java/src/org/apache/xerces/dom/NodeListCache.java
  
  Index: NodeListCache.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeListCache.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NodeListCache.java        22 Mar 2005 03:38:16 -0000      1.8
  +++ NodeListCache.java        30 Sep 2005 22:01:53 -0000      1.9
  @@ -31,7 +31,7 @@
   class NodeListCache implements Serializable {
   
       /** Serialization version. */
  -    private static final long serialVersionUID = 3258135743263224377L;
  +    private static final long serialVersionUID = -7927529254918631002L;
   
       /** Cached node list length. */
       int fLength = -1;
  
  
  
  1.86      +3 -3      
xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java
  
  Index: DocumentImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- DocumentImpl.java 2 May 2005 22:02:22 -0000       1.85
  +++ DocumentImpl.java 30 Sep 2005 22:01:53 -0000      1.86
  @@ -480,7 +480,7 @@
        */
       class LEntry implements Serializable {
   
  -        private static final long serialVersionUID = 3258416144514626360L;
  +        private static final long serialVersionUID = -8426757059492421631L;
           String type;
           EventListener listener;
           boolean useCapture;
  @@ -864,7 +864,7 @@
        * string value. Simple struct, no methods.
        */
       class EnclosingAttr implements Serializable {
  -        private static final long serialVersionUID = 3257001077260759859L;
  +        private static final long serialVersionUID = 5208387723391647216L;
           AttrImpl node;
           String oldvalue;
       }
  
  
  

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

Reply via email to