Commit 5ef6e09c authored by dreis2211's avatar dreis2211 Committed by Andy Wilkinson

Fix deprecation warnings in javadoc comments

See gh-24120
parent 4a9ca330
......@@ -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
......
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