gcc/libjava ChangeLog java/net/URLConnection.java
mkoch@gcc.gnu.org
mkoch@gcc.gnu.org
Tue Jan 6 08:54:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mkoch@gcc.gnu.org 2004-01-06 08:54:21
Modified files:
libjava : ChangeLog
libjava/java/net: URLConnection.java
Log message:
2004-01-06 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java
(contentHandler): Removed.
(locale): Removed.
(getHeaderFields): Return an empty map instead of null.
(getContent): Connect if needed, renamed "cType" to "type" and
"contentHandler" to "ch" and made it a local variable.
(getPermission): Don't use package in class name.
(setDefaultRequestProperty): Fixed typo in documentation.
(initializeDateFormats): Made locale a local variable.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2515&r2=1.2516
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/URLConnection.java.diff?cvsroot=gcc&r1=1.25&r2=1.26
More information about the Gcc-cvs
mailing list