Polish
See gh-32541
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user