Remove warnings

This commit is contained in:
Rob Winch
2015-11-17 11:03:36 -06:00
parent ee09a9e863
commit 41298c490e
2 changed files with 2 additions and 1 deletions

View File

@@ -312,7 +312,6 @@ public class RedisOperationsSessionRepositoryTests {
LAST_ACCESSED_ATTR, expected.getLastAccessedTime());
when(boundHashOperations.entries()).thenReturn(map);
long now = System.currentTimeMillis();
RedisSession session = redisRepository.getSession(expected.getId());
assertThat(session.getId()).isEqualTo(expected.getId());
assertThat(session.getAttributeNames()).isEqualTo(expected.getAttributeNames());