mrglavas 2005/03/21 19:23:06 Modified: java/src/org/apache/xerces/impl/xpath/regex RangeToken.java Log: Adding a serialVersionUID to a serializable class. Revision Changes Path 1.7 +4 -2 xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RangeToken.java Index: RangeToken.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RangeToken.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- RangeToken.java 4 Oct 2004 22:07:40 -0000 1.6 +++ RangeToken.java 22 Mar 2005 03:23:06 -0000 1.7 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2002,2004 The Apache Software Foundation. + * Copyright 1999-2002,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. @@ -25,6 +25,8 @@ */ final class RangeToken extends Token implements java.io.Serializable { + private static final long serialVersionUID = 3257568399592010545L; + int[] ranges; boolean sorted; boolean compacted;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]