mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
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
@ -1,3 +1,7 @@
|
||||
2003-12-11 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/text/Format.java (serialVersionUID): Fixed value.
|
||||
|
||||
2003-12-11 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* javax/naming/event/EventDirContext.java: Jalopied.
|
||||
|
@ -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…
Reference in New Issue
Block a user