RMIClassLoader.java (getClassLoader): Make public.

* java/rmi/server/RMIClassLoader.java (getClassLoader): Make public.
	From Gary Benson.

From-SVN: r100785
This commit is contained in:
Bryce McKinlay
2005-06-09 00:02:37 +00:00
committed by Bryce McKinlay
parent 79a020563c
commit e8050c0c80
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ public class RMIClassLoader
*
* @throws MalformedURLException if the codebase contains a malformed URL
*/
private static ClassLoader getClassLoader (String codebases)
public static ClassLoader getClassLoader (String codebases)
throws MalformedURLException
{
ClassLoader loader;