[multiple changes]
authorAnthony Green <green@gcc.gnu.org>
Sun, 4 Jul 2004 02:12:58 +0000 (02:12 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 4 Jul 2004 02:12:58 +0000 (02:12 +0000)
commit94fbf267f3f84e280684ec60b2303d9c7052997f
treeb1450648aff58eca57b555278c227fabb642cb7f
parent61b35a3e46c5a3675de41ce9af72cb30a12e6594
[multiple changes]

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.

From-SVN: r84068
libjava/ChangeLog
libjava/java/net/URL.java