Skip to content

Commit aea37b5

Browse files
dreis2211snicoll
authored andcommitted
Fix deprecation info in CompositeHealthIndicatorConfiguration
See gh-19180
1 parent e02ccd1 commit aea37b5

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)