Skip to content

Commit cafb38a

Browse files
izeyesnicoll
authored andcommitted
Add Javadoc since to ProblemDetail.setProperties()
See gh-31571
1 parent e778d2e commit cafb38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public void setProperty(String name, @Nullable Object value) {
223223
* are rendered as top level key-value pairs in the output JSON. Otherwise,
224224
* they are rendered as a {@code "properties"} sub-map.
225225
* @param properties the properties map
226+
* @since 6.0.14
226227
*/
227228
public void setProperties(@Nullable Map<String, Object> properties) {
228229
this.properties = properties;

0 commit comments

Comments
 (0)