Clean up warning in spring-test

This commit is contained in:
Sam Brannen
2019-10-24 13:55:26 +02:00
parent 13cdb70f64
commit 5b6337b6a9

View File

@@ -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"))