mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +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() {
|
||||
doTest();
|
||||
loadLazy = true;
|
||||
|
Loading…
Reference in New Issue
Block a user