VIVO-766 Java 8 handles no-argument constructors differently.

Claims that a non-static inner class has no no-argument constructors.
This commit is contained in:
Jim Blake 2014-12-08 15:25:59 -05:00
parent 75fff3ee54
commit 3b508a6c97

View file

@ -970,7 +970,7 @@ public class ConfigurationBeanLoaderTest extends AbstractTestClass {
// Nothing.
}
public class AGoodApple implements OneBadAppleSpoilsTheBunch {
public static class AGoodApple implements OneBadAppleSpoilsTheBunch {
// Nothing
}