mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix warnings
See gh-34409
This commit is contained in:
+2
@@ -841,6 +841,8 @@ class RequestResponseBodyMethodProcessorTests {
|
||||
|
||||
private static class MyProblemDetail extends ProblemDetail {
|
||||
|
||||
private static final long serialVersionUID = 848059476504348430L;
|
||||
|
||||
public MyProblemDetail(HttpStatus status) {
|
||||
super(status.value());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user