Skip to content

Commit 60d563e

Browse files
committed
Merge branch '2.2.x'
Closes gh-19181
2 parents 4efd6a4 + ea43165 commit 60d563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/CompositeHealthIndicatorConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @param <S> the bean source type
3535
* @author Stephane Nicoll
3636
* @since 2.0.0
37-
* @deprecated since 2.0.0 in favor of {@link CompositeHealthContributorConfiguration}
37+
* @deprecated since 2.2.0 in favor of {@link CompositeHealthContributorConfiguration}
3838
*/
3939
@Deprecated
4040
public abstract class CompositeHealthIndicatorConfiguration<H extends HealthIndicator, S> {

0 commit comments

Comments
 (0)