Suppress warnings in tests

This commit suppresses warnings in test classes that were polluting the
Gradle build output.
This commit is contained in:
Sam Brannen
2014-12-31 02:10:30 +01:00
parent 27b4909f46
commit 40449e2741
5 changed files with 9 additions and 5 deletions

View File

@@ -126,6 +126,7 @@ public class HttpMessageConverterExtractorTests {
}
@Test
@SuppressWarnings("unchecked")
public void connectionClose() throws IOException {
HttpMessageConverter<String> converter = mock(HttpMessageConverter.class);
List<HttpMessageConverter<?>> converters = new ArrayList<HttpMessageConverter<?>>();