mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
fix IllegalAccessException in LazyLoading test
This commit is contained in:
@ -82,7 +82,7 @@ public class LazyLoading {
|
||||
}
|
||||
}
|
||||
|
||||
private static class Test {
|
||||
public static class Test {
|
||||
public static void test() {
|
||||
doTest();
|
||||
loadLazy = true;
|
||||
|
Reference in New Issue
Block a user