Add Javadoc since to ProblemDetail.setProperties()

See gh-31571
This commit is contained in:
Johnny Lim 2023-11-08 08:53:06 +09:00 committed by Stéphane Nicoll
parent e778d2e908
commit cafb38ad1d
1 changed files with 1 additions and 0 deletions

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;