Merge branch '2.2.x'

Closes gh-19181
This commit is contained in:
Stephane Nicoll 2019-11-28 16:51:17 +01:00
commit 60d563e88a
1 changed files with 1 additions and 1 deletions

View File

@ -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> {