Skip to content

Commit ea43165

Browse files
committed
Merge pull request #19180 from dreis2211
* pr/19180: Fix deprecation info in CompositeHealthIndicatorConfiguration Closes gh-19180
2 parents e02ccd1 + aea37b5 commit ea43165

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)