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 73fadf6 commit 5c592cbCopy full SHA for 5c592cb
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/domain/values/StatusInfo.java
@@ -127,8 +127,8 @@ public static StatusInfo from(Map<String, ?> body) {
127
Map<String, ?> details = Collections.emptyMap();
128
129
/*
130
- * Key "details" is present when accessing Spring Boot Actuator Health
131
- * using Accept-Header {@link org.springframework.boot.actuate.endpoint.ApiVersion#V2}.
+ * Key "details" is present when accessing Spring Boot Actuator Health using
+ * Accept-Header {@link org.springframework.boot.actuate.endpoint.ApiVersion#V2}.
132
*/
133
if (body.containsKey("details")) {
134
details = (Map<String, ?>) body.get("details");
0 commit comments