mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
lots of bugfixes and refactoring
This commit is contained in:
@ -14,8 +14,6 @@ import java.net.URL;
|
||||
import java.net.MalformedURLException;
|
||||
|
||||
public class SystemClassLoader extends ClassLoader {
|
||||
private Object map;
|
||||
|
||||
protected native Class findClass(String name) throws ClassNotFoundException;
|
||||
|
||||
protected native Class findLoadedClass(String name);
|
||||
|
Reference in New Issue
Block a user