Polish Generics and Update Spring Version
We needed to update Spring Version to avoid https://jira.spring.io/browse/SPR-11471
This commit is contained in:
@@ -233,7 +233,7 @@ public class RedisOperationsSessionRepository implements SessionRepository<Redis
|
||||
* @since 1.0
|
||||
* @author Rob Winch
|
||||
*/
|
||||
public final class RedisSession implements ExpiringSession {
|
||||
final class RedisSession implements ExpiringSession {
|
||||
private final MapSession cached;
|
||||
private Map<String, Object> delta = new HashMap<String,Object>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user