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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]