2003-08-02 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sat, 2 Aug 2003 06:31:02 +0000 (06:31 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 2 Aug 2003 06:31:02 +0000 (06:31 +0000)
commit15b68e0201298c5b54ec278f3ee223075d3b3134
tree7b2f6e5c392024b377e477d45f23442dc5a9e8fa
parentf53b62e15ccd784e0e150493a8000976f6023572
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.

From-SVN: r70098
libjava/ChangeLog
libjava/java/net/URL.java