Patch: FYI: java.net fixlet
Tom Tromey
tromey@redhat.com
Sun Nov 9 23:01:00 GMT 2003
I'm checking this in.
This fixes the serialVersionUID of java.net.Inet4Address.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* java/net/Inet4Address.java (serialVersionUID): Updated.
Index: java/net/Inet4Address.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/Inet4Address.java,v
retrieving revision 1.5
diff -u -r1.5 Inet4Address.java
--- java/net/Inet4Address.java 27 Jun 2003 15:48:15 -0000 1.5
+++ java/net/Inet4Address.java 9 Nov 2003 22:59:56 -0000
@@ -56,7 +56,7 @@
public final class Inet4Address extends InetAddress
{
- static final long serialVersionUID = 7615067291688066509L;
+ static final long serialVersionUID = 3286316764910316507L;
/**
* needed for serialization
More information about the Java-patches
mailing list