See gh-32541
This commit is contained in:
Andy Wilkinson
2022-09-30 18:31:01 +01:00
parent bcb5e84129
commit dbcb291b7a
2 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public abstract class CompositeHealthContributorConfiguration<I extends HealthIn
* @deprecated since 3.0.0 in favor of
* {@link #CompositeHealthContributorConfiguration(Function)}
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.0.0", forRemoval = true)
public CompositeHealthContributorConfiguration() {
super();

View File

@@ -42,6 +42,7 @@ public abstract class CompositeReactiveHealthContributorConfiguration<I extends
* @deprecated since 3.0.0 in favor of
* {@link #CompositeReactiveHealthContributorConfiguration(Function)}
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.0.0", forRemoval = true)
public CompositeReactiveHealthContributorConfiguration() {
super();