From 6250415b6cb45779c53e754fd7f809b2f53273f6 Mon Sep 17 00:00:00 2001 From: mkoch Date: Fri, 2 May 2003 14:23:21 +0000 Subject: 2003-05-02 Michael Koch * 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 --- libjava/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index a5c84984d7a..7a62c156e79 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,35 @@ +2003-05-02 Michael Koch + + * 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 * java/net/JarURLConnection.java -- cgit v1.2.1