You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: problem4j-spring-web/src/main/java/io/github/problem4j/spring/web/resolver/ErrorResponseProblemResolver.java
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,6 @@ public ErrorResponseProblemResolver(ProblemFormat problemFormat) {
67
67
* <p>The provided {@code status} parameter is ignored in favor of the status contained in the
68
68
* exception. {@code headers} and {@code context} are currently not used but are part of the SPI.
69
69
*
70
-
* <p>Deprecation of {@link ProblemBuilder#extension(java.util.Map)} is ignored, as this library
71
-
* is supposed to work with {@code problem4j-core:1.3.x} (any version from {@code 1.3.x}
72
-
* generation).
73
-
*
74
-
* <p>TODO: resolve deprecation while releasing {@code problem4j-spring:2.2.0}
75
-
*
76
70
* @param context problem context (unused)
77
71
* @param ex the {@link ErrorResponseException} to convert
78
72
* @param headers HTTP response headers (unused)
@@ -81,7 +75,6 @@ public ErrorResponseProblemResolver(ProblemFormat problemFormat) {
0 commit comments