DATAGEODE-306 - Remove unnecessary declaration of the @SuppressWarnings('all') annotation on the 'nullRegionIsNotLocal()' test case method.

This commit is contained in:
John Blum
2020-09-22 12:21:48 -07:00
parent 1f5b0690a2
commit dd3f15a8e2

View File

@@ -166,7 +166,6 @@ public class RegionUtilsUnitTests {
}
@Test
@SuppressWarnings("all")
public void nullRegionIsNotLocal() {
assertThat(RegionUtils.isLocal(null)).isFalse();
}