commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #11956] toString of InetAddress is different.


From: Sven de Marothy
Subject: [commit-cp] [bugs #11956] toString of InetAddress is different.
Date: Fri, 18 Feb 2005 14:53:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922

Follow-up Comment #2, bugs #11956 (project classpath):

Well, I don't think it's any more difficult than just changing the
InetAddress.toString():



-    String host = (hostName != null) ? hostName : addr;

+    String host = (hostName != null) ? hostName : "";



But if you insist, certainly.. 

    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11956>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]