This commit is contained in:
grail%cafebabe.org 1999-02-12 05:29:42 +00:00
Родитель 8ccb052a1b
Коммит 1d5db20938
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -145,7 +145,7 @@ public class URLClassLoader extends ClassLoader {
* to avoid two threads loading the same class at the same time.
* Must be called with the actual class name.
*/
private synchronized Class findClass(String name)
protected synchronized Class findClass(String name)
throws ClassNotFoundException
{
Class cl = (Class)classes.get(name);