Browse Source

Suppress warning in test in Gradle build

pull/28461/head
Sam Brannen 4 years ago
parent
commit
0cf2bd0bcf
  1. 2
      spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java

2
spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java

@ -901,7 +901,7 @@ public class RequestResponseBodyMethodProcessorTests { @@ -901,7 +901,7 @@ public class RequestResponseBodyMethodProcessorTests {
}
@SuppressWarnings("NotNullFieldNotInitialized")
@SuppressWarnings({"serial", "NotNullFieldNotInitialized"})
private static class SimpleBean implements Identifiable {
private Long id;

Loading…
Cancel
Save