From 3b508a6c976b141a21b88abb8dce3d76ef8c0a7c Mon Sep 17 00:00:00 2001 From: Jim Blake Date: Mon, 8 Dec 2014 15:25:59 -0500 Subject: [PATCH] VIVO-766 Java 8 handles no-argument constructors differently. Claims that a non-static inner class has no no-argument constructors. --- .../webapp/utils/configuration/ConfigurationBeanLoaderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/test/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java b/webapp/test/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java index b1e8ccb4b..da924567a 100644 --- a/webapp/test/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java +++ b/webapp/test/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java @@ -970,7 +970,7 @@ public class ConfigurationBeanLoaderTest extends AbstractTestClass { // Nothing. } - public class AGoodApple implements OneBadAppleSpoilsTheBunch { + public static class AGoodApple implements OneBadAppleSpoilsTheBunch { // Nothing }