mrglavas    2005/04/17 17:36:15

  Modified:    java/src/org/apache/html/dom HTMLBaseElementImpl.java
                        HTMLAreaElementImpl.java HTMLAppletElementImpl.java
                        HTMLBodyElementImpl.java HTMLAnchorElementImpl.java
                        HTMLBaseFontElementImpl.java
  Log:
  Adding serialVersionUID to serializable classes.
  
  Revision  Changes    Path
  1.9       +4 -5      
xml-xerces/java/src/org/apache/html/dom/HTMLBaseElementImpl.java
  
  Index: HTMLBaseElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLBaseElementImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTMLBaseElementImpl.java  5 Oct 2004 03:23:48 -0000       1.8
  +++ HTMLBaseElementImpl.java  18 Apr 2005 00:36:15 -0000      1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2000,2004 The Apache Software Foundation.
  + * Copyright 1999,2000,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,10 +15,8 @@
    */
   package org.apache.html.dom;
   
  -
   import org.w3c.dom.html.HTMLBaseElement;
   
  -
   /**
    * @xerces.internal
    * @version $Revision$ $Date$
  @@ -30,8 +28,9 @@
       extends HTMLElementImpl
       implements HTMLBaseElement
   {
  -
       
  +    private static final long serialVersionUID = 3257009860519409717L;
  +
       public String getHref()
       {
           return getAttribute( "href" );
  
  
  
  1.9       +5 -6      
xml-xerces/java/src/org/apache/html/dom/HTMLAreaElementImpl.java
  
  Index: HTMLAreaElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLAreaElementImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTMLAreaElementImpl.java  5 Oct 2004 03:23:48 -0000       1.8
  +++ HTMLAreaElementImpl.java  18 Apr 2005 00:36:15 -0000      1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2000,2004 The Apache Software Foundation.
  + * Copyright 1999,2000,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,10 +15,8 @@
    */
   package org.apache.html.dom;
   
  -
   import org.w3c.dom.html.HTMLAreaElement;
   
  -
   /**
    * @xerces.internal
    * @version $Revision$ $Date$
  @@ -30,8 +28,9 @@
       extends HTMLElementImpl
       implements HTMLAreaElement
   {
  -    
  -    
  +
  +    private static final long serialVersionUID = 3977019543719523380L;
  +
       public String getAccessKey()
       {
           String    accessKey;
  
  
  
  1.8       +4 -5      
xml-xerces/java/src/org/apache/html/dom/HTMLAppletElementImpl.java
  
  Index: HTMLAppletElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLAppletElementImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- HTMLAppletElementImpl.java        5 Oct 2004 03:23:48 -0000       1.7
  +++ HTMLAppletElementImpl.java        18 Apr 2005 00:36:15 -0000      1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2000,2004 The Apache Software Foundation.
  + * Copyright 1999,2000,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,10 +15,8 @@
    */
   package org.apache.html.dom;
   
  -
   import org.w3c.dom.html.HTMLAppletElement;
   
  -
   /**
    * @xerces.internal
    * @version $Revision$ $Date$
  @@ -31,7 +29,8 @@
       implements HTMLAppletElement
   {
   
  -    
  +    private static final long serialVersionUID = 4049641191635498032L;
  +
       public String getAlign()
       {
           return getAttribute( "align" );
  
  
  
  1.9       +4 -4      
xml-xerces/java/src/org/apache/html/dom/HTMLBodyElementImpl.java
  
  Index: HTMLBodyElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLBodyElementImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTMLBodyElementImpl.java  5 Oct 2004 03:23:48 -0000       1.8
  +++ HTMLBodyElementImpl.java  18 Apr 2005 00:36:15 -0000      1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2000,2004 The Apache Software Foundation.
  + * Copyright 1999,2000,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,10 +15,8 @@
    */
   package org.apache.html.dom;
   
  -
   import org.w3c.dom.html.HTMLBodyElement;
   
  -
   /**
    * @xerces.internal
    * @version $Revision$ $Date$
  @@ -31,6 +29,8 @@
       implements HTMLBodyElement
   {
       
  +    private static final long serialVersionUID = 4120852174621454900L;
  +
       public String getALink()
       {
           return getAttribute( "alink" );
  
  
  
  1.9       +4 -6      
xml-xerces/java/src/org/apache/html/dom/HTMLAnchorElementImpl.java
  
  Index: HTMLAnchorElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLAnchorElementImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTMLAnchorElementImpl.java        5 Oct 2004 03:23:48 -0000       1.8
  +++ HTMLAnchorElementImpl.java        18 Apr 2005 00:36:15 -0000      1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2000,2004 The Apache Software Foundation.
  + * Copyright 1999,2000,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,10 +15,8 @@
    */
   package org.apache.html.dom;
   
  -
   import org.w3c.dom.html.HTMLAnchorElement;
   
  -
   /**
    * @xerces.internal
    * @version $Revision$ $Date$
  @@ -30,8 +28,8 @@
       extends HTMLElementImpl
       implements HTMLAnchorElement
   {
  -    
  -    
  +    private static final long serialVersionUID = 3256441387221334069L;
  +
       public String getAccessKey()
       {
           String    accessKey;
  
  
  
  1.9       +4 -5      
xml-xerces/java/src/org/apache/html/dom/HTMLBaseFontElementImpl.java
  
  Index: HTMLBaseFontElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLBaseFontElementImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTMLBaseFontElementImpl.java      5 Oct 2004 03:23:48 -0000       1.8
  +++ HTMLBaseFontElementImpl.java      18 Apr 2005 00:36:15 -0000      1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2000,2004 The Apache Software Foundation.
  + * Copyright 1999,2000,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,10 +15,8 @@
    */
   package org.apache.html.dom;
   
  -
   import org.w3c.dom.html.HTMLBaseFontElement;
   
  -
   /**
    * @xerces.internal
    * @version $Revision$ $Date$
  @@ -31,7 +29,8 @@
       implements HTMLBaseFontElement
   {
       
  -    
  +    private static final long serialVersionUID = 3257006557588763705L;
  +
       public String getColor()
       {
           return capitalize( getAttribute( "color" ) );
  
  
  

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

Reply via email to