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 2004/05/28 20:51:46 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/util URI.java

mrglavas    2004/05/28 11:51:46

  Modified:    java/src/org/apache/xerces/util URI.java
  Log:
  Adding a serialVersionUID.
  
  Revision  Changes    Path
  1.18      +4 -1      xml-xerces/java/src/org/apache/xerces/util/URI.java
  
  Index: URI.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/URI.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- URI.java	28 Mar 2004 16:12:19 -0000	1.17
  +++ URI.java	28 May 2004 18:51:46 -0000	1.18
  @@ -83,6 +83,9 @@
       }
     }
   
  +  /** Serialization version. */
  +  static final long serialVersionUID = 1601921774685357214L;
  +
     private static final byte [] fgLookupTable = new byte[128];
     
     /**
  
  
  

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