bugfix for java.net.InetAddress
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Sat Aug 3 17:39:00 GMT 2002
Michael Koch wrote:
>Hello List,
>>In the java documentation [1] I saw that java.net.InetAddress is derived from
>java.long.Object. The InetAddress class in libgcj is not. I write a little
>patch. It would be good if someone with write access could look at this and
>apply.
>
Hi Michael,
In Java, all classes implicitly extend Object (unless you specify
otherwise), so this patch is redundant.
regards
Bryce.
More information about the Java
mailing list