We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a67f7 commit 1573104Copy full SHA for 1573104
module/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/info/Info.java
@@ -116,7 +116,7 @@ public Builder withDetail(String key, @Nullable Object value) {
116
* @return this {@link Builder} instance
117
* @see #withDetail(String, Object)
118
*/
119
- public Builder withDetails(Map<String, Object> details) {
+ public Builder withDetails(Map<String, @Nullable ? extends Object> details) {
120
this.content.putAll(details);
121
return this;
122
}
0 commit comments