mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 06:05:46 +00:00
Fix unchecked warning
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user