Clean up warnings in spring-test

This commit is contained in:
Sam Brannen
2017-07-02 21:28:39 +02:00
parent 9528c3532d
commit f790337880
2 changed files with 0 additions and 2 deletions

View File

@@ -141,7 +141,6 @@ public class RequestResultMatchers {
/**
* Assert a session attribute value.
*/
@SuppressWarnings("unchecked")
public <T> ResultMatcher sessionAttribute(final String name, final Object value) {
return result -> {
HttpSession session = result.getRequest().getSession();