Suppress warning in test in Gradle build
This commit is contained in:
@@ -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