Merge pull request #24120 from dreis2211
* gh-24120: Fix deprecation warnings in javadoc comments Closes gh-24120
This commit is contained in:
@@ -42,7 +42,7 @@ public class CassandraDriverReactiveHealthIndicator extends AbstractReactiveHeal
|
||||
private final CqlSession session;
|
||||
|
||||
/**
|
||||
* Create a new {@link CassandraHealthIndicator} instance.
|
||||
* Create a new {@link CassandraDriverReactiveHealthIndicator} instance.
|
||||
* @param session the {@link CqlSession}.
|
||||
*/
|
||||
public CassandraDriverReactiveHealthIndicator(CqlSession session) {
|
||||
|
||||
@@ -26,8 +26,9 @@ import org.springframework.context.annotation.Conditional;
|
||||
|
||||
/**
|
||||
* {@link Conditional @Conditional} that checks whether or not the Spring resource
|
||||
* handling chain is enabled. Matches if {@link ResourceProperties.Chain#getEnabled()} is
|
||||
* {@code true} or if {@code webjars-locator-core} is on the classpath.
|
||||
* handling chain is enabled. Matches if
|
||||
* {@link WebProperties.Resources.Chain#getEnabled()} is {@code true} or if
|
||||
* {@code webjars-locator-core} is on the classpath.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
* @since 1.3.0
|
||||
|
||||
Reference in New Issue
Block a user