diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-02 14:23:21 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-02 14:23:21 +0000 |
commit | 6250415b6cb45779c53e754fd7f809b2f53273f6 (patch) | |
tree | 7df55d7e034c369ea856b464cd853664ce8751a7 /libjava/ChangeLog | |
parent | 241399f6793dac1fdefa6b6c7c33cabe1c4f1cc9 (diff) | |
download | gcc-6250415b6cb45779c53e754fd7f809b2f53273f6.tar.gz |
2003-05-02 Michael Koch <konqueror@gmx.de>
* java/net/URI.java
(create): Doesnt throws any exceptions.
* java/net/URLConnection.java
(URLConnection): Commend added.
(getExpiration): The header field is called "expires" not
"expiration".
(getHeaderField): Merged documentation with classpath.
(getHeaderFieldInt): Likewise.
(getHeaderFieldDate): Likewise.
(getHeaderFieldKey): Likewise.
(getPermission): Likewise.
(setDefaultUseCaches): Likewise.
(setRequestProperty): Likewise.
(addRequestProperty): Likewise.
(getRequestProperty): Likewise.
(getRequestProperties): Likewise.
(setDefaultRequestProperty): Likewise.
(getDefaultRequestProperty): Likewise.
(guessContentTypeFromStream): Likewise.
(getFileNameMap): Likewise.
(setFileNameMap): Likewise.
(setDoInput): Merged implementation and documentation with classpath.
(setDoOutput): Likewise.
(setAllowUserInteraction): Likewise.
(setDefaultAllowUserInteraction): Likewise.
(setContentHandlerFactory): Made it synchronized, merged documentation
with classpath.
(guessContentTypeFromName): Renamed argument fname to filename to
match classpath, merged documentation with classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66384 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index a5c84984d7a..7a62c156e79 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,37 @@ 2003-05-02 Michael Koch <konqueror@gmx.de> + * java/net/URI.java + (create): Doesnt throws any exceptions. + * java/net/URLConnection.java + (URLConnection): Commend added. + (getExpiration): The header field is called "expires" not + "expiration". + (getHeaderField): Merged documentation with classpath. + (getHeaderFieldInt): Likewise. + (getHeaderFieldDate): Likewise. + (getHeaderFieldKey): Likewise. + (getPermission): Likewise. + (setDefaultUseCaches): Likewise. + (setRequestProperty): Likewise. + (addRequestProperty): Likewise. + (getRequestProperty): Likewise. + (getRequestProperties): Likewise. + (setDefaultRequestProperty): Likewise. + (getDefaultRequestProperty): Likewise. + (guessContentTypeFromStream): Likewise. + (getFileNameMap): Likewise. + (setFileNameMap): Likewise. + (setDoInput): Merged implementation and documentation with classpath. + (setDoOutput): Likewise. + (setAllowUserInteraction): Likewise. + (setDefaultAllowUserInteraction): Likewise. + (setContentHandlerFactory): Made it synchronized, merged documentation + with classpath. + (guessContentTypeFromName): Renamed argument fname to filename to + match classpath, merged documentation with classpath. + +2003-05-02 Michael Koch <konqueror@gmx.de> + * java/net/JarURLConnection.java (JarURLConnection): Class documentation merged with classpath. (getJarFileURL): Moved and documentation merged with classpath. |