From 8e6beb2a7a538e059d8f96c1991a0560a471fd78 Mon Sep 17 00:00:00 2001 From: green Date: Sun, 4 Jul 2004 02:12:58 +0000 Subject: 2004-07-03 Mark Wielaard Anthony Green * 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 * 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d99f402ccc0..edf90fb33a5 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,16 @@ +2004-07-03 Mark Wielaard + Anthony Green + + * 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 + + * java/net/URL.java (URL): Convert protocol to lower case before + doing anything, so we getURLStreamHandler() with the proper value. + 2004-07-02 Bryce McKinlay * java/util/Locale.java (hashcode): Made transient. -- cgit v1.2.3