Skip to content

Commit e943058

Browse files
committed
Merge pull request #31571 from izeye
* pr/31571: Add Javadoc since to ProblemDetail.setProperties() Closes gh-31571
2 parents e778d2e + cafb38a commit e943058

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)