mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
Update due to deprecation warnings
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ import static org.mockito.Mockito.mock;
|
||||
* @author Brian Clozel
|
||||
* @author Sam Brannen
|
||||
*/
|
||||
@SuppressWarnings("removal")
|
||||
@SuppressWarnings({ "deprecation", "removal"})
|
||||
class HttpMessageConverterExtractorTests {
|
||||
|
||||
private final HttpMessageConverter<String> converter = mock();
|
||||
|
||||
Reference in New Issue
Block a user