mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Suppress warning in test in Gradle build
This commit is contained in:
+1
-1
@@ -901,7 +901,7 @@ public class RequestResponseBodyMethodProcessorTests {
|
||||
}
|
||||
|
||||
|
||||
@SuppressWarnings("NotNullFieldNotInitialized")
|
||||
@SuppressWarnings({"serial", "NotNullFieldNotInitialized"})
|
||||
private static class SimpleBean implements Identifiable {
|
||||
|
||||
private Long id;
|
||||
|
||||
Reference in New Issue
Block a user