Suppress warning in test in Gradle build
This commit is contained in:
parent
a6cd8a78e2
commit
0cf2bd0bcf
|
|
@ -901,7 +901,7 @@ public class RequestResponseBodyMethodProcessorTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@SuppressWarnings("NotNullFieldNotInitialized")
|
@SuppressWarnings({"serial", "NotNullFieldNotInitialized"})
|
||||||
private static class SimpleBean implements Identifiable {
|
private static class SimpleBean implements Identifiable {
|
||||||
|
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue