* java/net/Inet4Address.java (serialVersionUID): Updated.
From-SVN: r73398
This commit is contained in:
parent
a5fdcda848
commit
b425ed522b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-09 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/net/Inet4Address.java (serialVersionUID): Updated.
|
||||
|
||||
2003-11-08 Jeff Sturm <jsturm@one-point.com>
|
||||
|
||||
* gnu/gcj/runtime/FirstThread.java (Klocale, Kcalendar):
|
||||
|
|
|
@ -56,7 +56,7 @@ import java.util.Arrays;
|
|||
|
||||
public final class Inet4Address extends InetAddress
|
||||
{
|
||||
static final long serialVersionUID = 7615067291688066509L;
|
||||
static final long serialVersionUID = 3286316764910316507L;
|
||||
|
||||
/**
|
||||
* needed for serialization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue