Browse Source

Merge pull request #31571 from izeye

* pr/31571:
  Add Javadoc since to ProblemDetail.setProperties()

Closes gh-31571
pull/31576/head
Stéphane Nicoll 1 year ago
parent
commit
e943058b18
  1. 1
      spring-web/src/main/java/org/springframework/http/ProblemDetail.java

1
spring-web/src/main/java/org/springframework/http/ProblemDetail.java

@ -223,6 +223,7 @@ public class ProblemDetail { @@ -223,6 +223,7 @@ public class ProblemDetail {
* are rendered as top level key-value pairs in the output JSON. Otherwise,
* they are rendered as a {@code "properties"} sub-map.
* @param properties the properties map
* @since 6.0.14
*/
public void setProperties(@Nullable Map<String, Object> properties) {
this.properties = properties;

Loading…
Cancel
Save