diff --git a/runtime/src/main/java/com/tietoevry/quarkus/resteasy/problem/HttpProblem.java b/runtime/src/main/java/com/tietoevry/quarkus/resteasy/problem/HttpProblem.java index 8ac3c545..1eb5f512 100644 --- a/runtime/src/main/java/com/tietoevry/quarkus/resteasy/problem/HttpProblem.java +++ b/runtime/src/main/java/com/tietoevry/quarkus/resteasy/problem/HttpProblem.java @@ -183,6 +183,7 @@ public Builder withHeader(String headerName, Object value) { /** * Adds custom property to the response. + * * @throws IllegalArgumentException if key is any of type, title, status, detail or instance */ public Builder with(String key, Object value) throws IllegalArgumentException {