This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bugfix for java.net.InetAddress


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]