Skip to content

Commit 12146c4

Browse files
committed
Clean up warning in Gradle build
1 parent 7ffd4e7 commit 12146c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/test/java/org/springframework/http/converter/xml/JacksonXmlHttpMessageConverterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public void setWithoutView(String withoutView) {
314314
}
315315

316316

317-
@SuppressWarnings("serial")
317+
@SuppressWarnings({"serial", "unchecked"})
318318
private static class MyXmlMapper extends XmlMapper {
319319
}
320320

0 commit comments

Comments
 (0)