2003-08-02 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Aug 2003 06:31:02 +0000 (06:31 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Aug 2003 06:31:02 +0000 (06:31 +0000)
commita690c9b3bc25330653ab86d5b29ca0845550a9ce
tree7b2f6e5c392024b377e477d45f23442dc5a9e8fa
parent1fb0405c117b75e57016134e185a4aa8bfb50873
2003-08-02  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java
(URL): Added paragraph about the
gnu.java.net.nocache_protocol_handlers property.
(ph_cache): Renamed from handlers to match classpath's implementation.
Reordered it with factory and serialVersionUID member variables.
(cache_handlers): New member variable.
(static): New static initializer to initialize cache_handlers from
gnu.java.net.nocache_protocol_handlers property.
(URL): Use ph_cache instead of handlers, reformatted some code to
match classpath's implementation.

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