Merge pull request #24120 from dreis2211

* gh-24120:
  Fix deprecation warnings in javadoc comments

Closes gh-24120
This commit is contained in:
Andy Wilkinson
2020-11-11 20:10:07 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

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