Format.java (serialVersionUID): Fixed value.
2003-12-11 Michael Koch <konqueror@gmx.de> * java/text/Format.java (serialVersionUID): Fixed value. From-SVN: r74540
This commit is contained in:
parent
7b9b3ed32c
commit
226c4112cc
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Format.java -- Abstract superclass for formatting/parsing strings.
|
||||
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -63,7 +63,7 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class Format implements Serializable, Cloneable
|
||||
{
|
||||
static final long serialVersionUID = 4479235611355683992L;
|
||||
static final long serialVersionUID = -299282585814624189L;
|
||||
|
||||
public static class Field extends AttributedCharacterIterator.Attribute
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue