Skip to content

Commit

Permalink
Merge pull request #24120 from dreis2211
Browse files Browse the repository at this point in the history
* gh-24120:
  Fix deprecation warnings in javadoc comments

Closes gh-24120
  • Loading branch information
wilkinsona committed Nov 11, 2020
2 parents 51981d5 + 5ef6e09 commit f8a5be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -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) {
Expand Down
Expand Up @@ -26,8 +26,9 @@

/**
* {@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
Expand Down

0 comments on commit f8a5be8

Please sign in to comment.