Browse Source

Clean up warning in spring-test

pull/23863/head
Sam Brannen 6 years ago
parent
commit
5b6337b6a9
  1. 1
      spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HeaderAssertionTests.java

1
spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HeaderAssertionTests.java

@ -103,7 +103,6 @@ public class HeaderAssertionTests { @@ -103,7 +103,6 @@ public class HeaderAssertionTests {
this.mockMvc.perform(get("/persons/1")).andExpect(header().stringValues(VARY, "foo", "bar"));
}
@SuppressWarnings("unchecked")
@Test
public void multiStringHeaderValueWithMatchers() throws Exception {
this.mockMvc.perform(get("/persons/1"))

Loading…
Cancel
Save