Clean up warnings in spring-test

This commit is contained in:
Sam Brannen
2016-06-06 18:54:16 +02:00
parent c2a50ad1bf
commit c19740a020
3 changed files with 0 additions and 5 deletions

View File

@@ -124,7 +124,6 @@ public abstract class MockRestRequestMatchers {
* Assert request header values with the given Hamcrest matcher.
*/
@SafeVarargs
@SuppressWarnings("unchecked")
public static RequestMatcher header(final String name, final Matcher<? super String>... matchers) {
return new RequestMatcher() {
@Override