Suppress warnings in tests
This commit suppresses warnings in test classes that were polluting the Gradle build output.
This commit is contained in:
@@ -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<?>>();
|
||||
|
||||
Reference in New Issue
Block a user