This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bugfix for java.net.InetAddress
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 04 Aug 2002 12:40:03 +1200
- Subject: Re: bugfix for java.net.InetAddress
- References: <20020803150410.3B233AF54@mail.konqueror.de>
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.