File Cleanup - JPA to RMI

This commit is contained in:
Gary Russell
2016-06-04 12:08:24 -04:00
parent 8e3622757d
commit 6016a70cd5
24 changed files with 984 additions and 949 deletions

View File

@@ -437,7 +437,7 @@ public class RedisLockRegistryTests extends RedisAvailableTests {
lock.lock();
}
assertEquals(10,
((Collection) TestUtils.getPropertyValue(registry, "hardThreadLocks", ThreadLocal.class).get()).size());
((Collection<?>) TestUtils.getPropertyValue(registry, "hardThreadLocks", ThreadLocal.class).get()).size());
assertNull(TestUtils.getPropertyValue(registry, "weakThreadLocks", ThreadLocal.class).get());
for (int i = 0; i < 10; i++) {