Fix unchecked warning

This commit is contained in:
Tim Hennekey
2020-01-15 13:39:27 -05:00
parent 3a8b58998c
commit bb61aa0bcb
@@ -54,10 +54,9 @@ public class ObjectIdentityBdbManualCacheTest extends TmpDirTestCase {
super.tearDown();
}
@SuppressWarnings("unchecked")
public void testReadConsistencyUnderLoad() throws Exception {
final ObjectIdentityBdbManualCache<IdentityCacheableWrapper<AtomicInteger>> cbdbmap =
new ObjectIdentityBdbManualCache();
new ObjectIdentityBdbManualCache<>();
cbdbmap.initialize(env,
"consistencyCache",
IdentityCacheableWrapper.class,