Skip to content
Snippets Groups Projects
Commit 35a6c873 authored by Jeroen Frijters's avatar Jeroen Frijters Committed by Michael Koch
Browse files

URLClassLoader.java (addURL): Moved implementation to private addURLImpl() to...

URLClassLoader.java (addURL): Moved implementation to private addURLImpl() to avoid calling addURL from the...

2003-07-19  Jeroen Frijters <jeroen@sumatra.nl>

	* java/net/URLClassLoader.java (addURL): Moved implementation to
	private addURLImpl() to avoid calling addURL from the constructor.
	(addURLImpl): Contains the code that was previously in addURL.
	(addURLs): Call addURLImpl(), not addURL().

From-SVN: r69591
parent 01482e6d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment