This commit is contained in:
Gabriele C
2016-11-15 19:00:00 +01:00
parent b53f71706a
commit e9f274aa89
3 changed files with 1 additions and 3 deletions
@@ -98,7 +98,7 @@ public abstract class AbstractResourceClosingTest {
}
/** Initialize the settings mock and makes it return the default of any given property by default. */
@SuppressWarnings("unchecked")
@SuppressWarnings({ "unchecked", "rawtypes" })
@BeforeClass
public static void initializeSettings() throws IOException, ClassNotFoundException {
settings = mock(Settings.class);