OSDN Git Service

2004-01-06 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2004 08:54:20 +0000 (08:54 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2004 08:54:20 +0000 (08:54 +0000)
commitab18163a5edfa4c3b81a3a2b0efb31f82c21048b
tree1cfd998d0656b2ae8840635867e1bd1c0fe4cd22
parent6c1c0b9f11178e0b3a2742de81a22d10ee2a9871
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75466 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/net/URLConnection.java