OSDN Git Service

2004-07-03 Mark Wielaard <mark@klomp.org>
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Jul 2004 02:12:58 +0000 (02:12 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Jul 2004 02:12:58 +0000 (02:12 +0000)
commit8e6beb2a7a538e059d8f96c1991a0560a471fd78
treeb1450648aff58eca57b555278c227fabb642cb7f
parent52a89d92e1cc718163c16584d86cac9df39737e2
2004-07-03  Mark Wielaard  <mark@klomp.org>
            Anthony Green  <green@redhat.com>

        * java/net/URL.java (getFile): Clarify return value doc.
        (getPath): Return null if file is empty - not empty String.
        (set): Convert protocol to lower case before doing anything.
        Only change the protocol handler if it's different.

2004-07-03  Anthony Green  <green@redhat.com>

        * java/net/URL.java (URL): Convert protocol to lower case before
        doing anything, so we getURLStreamHandler() with the proper value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84068 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/net/URL.java