mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix IllegalAccessException in LazyLoading test
This commit is contained in:
parent
3fd6af152f
commit
d02d7c9846
@ -82,7 +82,7 @@ public class LazyLoading {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class Test {
|
public static class Test {
|
||||||
public static void test() {
|
public static void test() {
|
||||||
doTest();
|
doTest();
|
||||||
loadLazy = true;
|
loadLazy = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user