RMIClassLoader.java (getClassLoader): Make public.
* java/rmi/server/RMIClassLoader.java (getClassLoader): Make public. From Gary Benson. From-SVN: r100785
This commit is contained in:
parent
79a020563c
commit
e8050c0c80
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-06-08 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
|
* java/rmi/server/RMIClassLoader.java (getClassLoader): Make public.
|
||||||
|
From Gary Benson.
|
||||||
|
|
||||||
2005-06-08 Ziga Mahkovec <ziga.mahkovec@klika.si>
|
2005-06-08 Ziga Mahkovec <ziga.mahkovec@klika.si>
|
||||||
|
|
||||||
* java/text/MessageFormat.java (parse): When parsing strings, check
|
* java/text/MessageFormat.java (parse): When parsing strings, check
|
||||||
|
|
|
@ -250,7 +250,7 @@ public class RMIClassLoader
|
||||||
*
|
*
|
||||||
* @throws MalformedURLException if the codebase contains a malformed URL
|
* @throws MalformedURLException if the codebase contains a malformed URL
|
||||||
*/
|
*/
|
||||||
private static ClassLoader getClassLoader (String codebases)
|
public static ClassLoader getClassLoader (String codebases)
|
||||||
throws MalformedURLException
|
throws MalformedURLException
|
||||||
{
|
{
|
||||||
ClassLoader loader;
|
ClassLoader loader;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue