fix IllegalAccessException in LazyLoading test

This commit is contained in:
Joel Dice 2011-03-26 12:00:40 -06:00
parent 3fd6af152f
commit d02d7c9846

View File

@ -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;