mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +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