2004-04-23 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Fri, 23 Apr 2004 07:21:46 +0000 (07:21 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 23 Apr 2004 07:21:46 +0000 (07:21 +0000)
commite9d34968823670f95b9b2caba30f007ac9f383c5
tree58c86148a9fdb9651559b0e2870b409d9678979c
parent87939d70f8e59736e8d8d19b04694363452a817e
2004-04-23  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java
(hashcode): Don't initialize with default value explicitely.
(getContent): Removed redundant "final" keyword.
(openStream): Likewise.
(getURLStreamHandler): Fixed coding style.
* java/net/URLConnection.java
(defaultAllowUserInteraction): Don't initialize with default value
explicitely.
(connected): Likewise.
(doOutput): Likewise.
(ifModifiedSince): Likewise.
(dateformats_initialized): Likewise.
(setURLStreamHander): Use StreamTokenizer where it belongs to.

From-SVN: r81080
libjava/ChangeLog
libjava/java/net/URL.java
libjava/java/net/URLConnection.java