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:
parent
75fff3ee54
commit
3b508a6c97
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ public class ConfigurationBeanLoaderTest extends AbstractTestClass {
|
||||||
// Nothing.
|
// Nothing.
|
||||||
}
|
}
|
||||||
|
|
||||||
public class AGoodApple implements OneBadAppleSpoilsTheBunch {
|
public static class AGoodApple implements OneBadAppleSpoilsTheBunch {
|
||||||
// Nothing
|
// Nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue