You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/09/30 22:56:46 UTC

cvs commit: xml-xerces/java/src/org/apache/html/dom HTMLElementImpl.java HTMLDocumentImpl.java

mrglavas    2005/09/30 13:56:46

  Modified:    java/src/org/apache/html/dom HTMLElementImpl.java
                        HTMLDocumentImpl.java
  Log:
  Restore serialization compatiblity with Xerces 2.6.
  
  Revision  Changes    Path
  1.10      +2 -2      xml-xerces/java/src/org/apache/html/dom/HTMLElementImpl.java
  
  Index: HTMLElementImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLElementImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTMLElementImpl.java	18 Apr 2005 00:41:07 -0000	1.9
  +++ HTMLElementImpl.java	30 Sep 2005 20:56:46 -0000	1.10
  @@ -44,7 +44,7 @@
       implements HTMLElement
   {
   
  -    private static final long serialVersionUID = 3833188025499792690L;
  +    private static final long serialVersionUID = 5283925246324423495L;
   
       /**
        * Constructor required owner document and element tag name. Will be called
  
  
  
  1.22      +2 -2      xml-xerces/java/src/org/apache/html/dom/HTMLDocumentImpl.java
  
  Index: HTMLDocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLDocumentImpl.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- HTMLDocumentImpl.java	18 Apr 2005 00:41:07 -0000	1.21
  +++ HTMLDocumentImpl.java	30 Sep 2005 20:56:46 -0000	1.22
  @@ -61,7 +61,7 @@
       implements HTMLDocument
   {
   
  -    private static final long serialVersionUID = 3258132457579427892L;
  +    private static final long serialVersionUID = 4285791750126227180L;
   
       /**
        * Holds {@link HTMLCollectionImpl} object with live collection of all
  
  
  

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