This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: fix URL.sameFile()
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 08 Jun 2003 15:22:41 -0600
- Subject: Re: Patch: fix URL.sameFile()
- References: <1055086066.23936.33.camel@escape>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> 2003-06-08 Anthony Green <green@redhat.com>
Anthony> * java/net/URLStreamHandler.java (sameFile): Fix port value
Anthony> comparison.
Anthony> * java/net/URL.java (handler): Make package private.
Anthony> * gnu/gcj/protocol/http/Handler.java (getDefaultPort): New method.
Looks good, thanks.
Tom