Cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user