diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-25 08:22:56 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-25 08:22:56 +0000 |
| commit | 40a9a8b860d4c4f41df878b0815ce5d82e66b325 (patch) | |
| tree | a76a1c6adac953df1d6d51da71baa722a834173a /libjava/ChangeLog | |
| parent | c10e4953f46004a10132098e4dcd1a339626bf0b (diff) | |
| download | gcc-40a9a8b860d4c4f41df878b0815ce5d82e66b325.tar.gz | |
2003-09-25 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java:
Reorder imports, remove implementation comment.
(isMulticastAddress): Merged documentation from classpath.
* java/net/URLConnection.java
(setRequestProperty): Check key for null, fix documentation.
(adREquestProperty): Check key for null, remove wrong implementation
and replace it with comment to overwrite this method in subclasses,
fix documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71767 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c98cf130fab..b8769cb747d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,14 @@ +2003-09-25 Michael Koch <konqueror@gmx.de> + + * java/net/InetAddress.java: + Reorder imports, remove implementation comment. + (isMulticastAddress): Merged documentation from classpath. + * java/net/URLConnection.java + (setRequestProperty): Check key for null, fix documentation. + (adREquestProperty): Check key for null, remove wrong implementation + and replace it with comment to overwrite this method in subclasses, + fix documentation. + 2003-09-25 Tom Tromey <tromey@redhat.com> * java/lang/reflect/Proxy.java (generate): Uncomment protection |
