DATAGEODE-306 - Remove unnecessary declaration of the @SuppressWarnings('all') annotation on the 'nullRegionIsNotLocal()' test case method.
This commit is contained in:
@@ -166,7 +166,6 @@ public class RegionUtilsUnitTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("all")
|
||||
public void nullRegionIsNotLocal() {
|
||||
assertThat(RegionUtils.isLocal(null)).isFalse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user