OSDN Git Service

2004-04-23 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Apr 2004 07:21:46 +0000 (07:21 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Apr 2004 07:21:46 +0000 (07:21 +0000)
commit2a81deb9769ceea4775c22641c27bc9bc5399c18
tree58c86148a9fdb9651559b0e2870b409d9678979c
parentdead842895c143db58ce3ff23af1b3921c3ebfe7
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.

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