You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2004/08/17 20:38:33 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xslt ObjectFactory.java

jycli       2004/08/17 11:38:33

  Modified:    java/src/org/apache/xalan/xslt ObjectFactory.java
  Log:
  Added serialVersionUID for classes which implement Serializable interface. Patch created by Christine Li (jycli@ca.ibm.com) and was reviewed by Henry Zongaro (zongaro@ca.ibm.com)
  
  Revision  Changes    Path
  1.5       +3 -3      xml-xalan/java/src/org/apache/xalan/xslt/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/ObjectFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ObjectFactory.java	17 Aug 2004 16:34:19 -0000	1.4
  +++ ObjectFactory.java	17 Aug 2004 18:38:33 -0000	1.5
  @@ -624,7 +624,7 @@
        */
       static class ConfigurationError 
           extends Error {
  -
  +                static final long serialVersionUID = 2276082712114762609L;
           //
           // Data
           //
  
  
  

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