You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/documentation/HealthEndpointDocumentationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointWebExtensionTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/CompositeHealthIndicator.java
-3
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,7 @@ public CompositeHealthIndicator(HealthAggregator healthAggregator) {
49
49
* @param healthAggregator the health aggregator
50
50
* @param indicators a map of {@link HealthIndicator HealthIndicators} with the key
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/health/CompositeHealthIndicatorTests.java
+3-4
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public void createWithIndicators() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/health/HealthEndpointTests.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@ public void statusForUnknownComponentReturnNull() {
0 commit comments