Merge pull request #31571 from izeye

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

Closes gh-31571
This commit is contained in:
Stéphane Nicoll
2023-11-08 08:04:08 +01:00

View File

@@ -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;