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/03/22 05:36:30 UTC

cvs commit: xml-xerces/java/samples/xni ObjectFactory.java

mrglavas    2005/03/21 20:36:30

  Modified:    java/samples/xni ObjectFactory.java
  Log:
  Adding a serialVersionUID to a serializable class.
  
  Revision  Changes    Path
  1.8       +5 -2      xml-xerces/java/samples/xni/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/xni/ObjectFactory.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ObjectFactory.java	16 Dec 2004 00:11:34 -0000	1.7
  +++ ObjectFactory.java	22 Mar 2005 04:36:30 -0000	1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -501,6 +501,9 @@
        */
       static class ConfigurationError
           extends Error {
  +        
  +        /** Serialization version. */
  +        private static final long serialVersionUID = 3689636882459932976L;
   
           //
           // Data
  
  
  

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