Fix warnings
See gh-34409
This commit is contained in:
@@ -220,6 +220,8 @@ class ResponseBodyResultHandlerTests {
|
||||
|
||||
private static class MyProblemDetail extends ProblemDetail {
|
||||
|
||||
private static final long serialVersionUID = -3036911788793188054L;
|
||||
|
||||
public MyProblemDetail(HttpStatus status) {
|
||||
super(status.value());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user