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
Loading
Please register or sign in to comment