Commit ea43165c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #19180 from dreis2211

* pr/19180:
  Fix deprecation info in CompositeHealthIndicatorConfiguration

Closes gh-19180
parents e02ccd16 aea37b5d
......@@ -34,7 +34,7 @@ import org.springframework.core.ResolvableType;
* @param <S> the bean source type
* @author Stephane Nicoll
* @since 2.0.0
* @deprecated since 2.0.0 in favor of {@link CompositeHealthContributorConfiguration}
* @deprecated since 2.2.0 in favor of {@link CompositeHealthContributorConfiguration}
*/
@Deprecated
public abstract class CompositeHealthIndicatorConfiguration<H extends HealthIndicator, S> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment