mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
various performance tweaks and bugfixes
This commit is contained in:
@ -15,7 +15,7 @@ public class SystemClassLoader extends ClassLoader {
|
||||
protected URL findResource(String name) {
|
||||
if (resourceExists(name)) {
|
||||
try {
|
||||
return new URL("resource://" + name);
|
||||
return new URL("resource:" + name);
|
||||
} catch (MalformedURLException ignored) { }
|
||||
}
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user