mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Clean up warning in Gradle build
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ class JacksonXmlHttpMessageConverterTests {
|
||||
}
|
||||
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
@SuppressWarnings({"serial", "unchecked"})
|
||||
private static class MyXmlMapper extends XmlMapper {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user