Skip to content

Commit f8a5be8

Browse files
committed
Merge pull request #24120 from dreis2211
* gh-24120: Fix deprecation warnings in javadoc comments Closes gh-24120
2 parents 51981d5 + 5ef6e09 commit f8a5be8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cassandra/CassandraDriverReactiveHealthIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class CassandraDriverReactiveHealthIndicator extends AbstractReactiveHeal
4242
private final CqlSession session;
4343

4444
/**
45-
* Create a new {@link CassandraHealthIndicator} instance.
45+
* Create a new {@link CassandraDriverReactiveHealthIndicator} instance.
4646
* @param session the {@link CqlSession}.
4747
*/
4848
public CassandraDriverReactiveHealthIndicator(CqlSession session) {

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ConditionalOnEnabledResourceChain.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626

2727
/**
2828
* {@link Conditional @Conditional} that checks whether or not the Spring resource
29-
* handling chain is enabled. Matches if {@link ResourceProperties.Chain#getEnabled()} is
30-
* {@code true} or if {@code webjars-locator-core} is on the classpath.
29+
* handling chain is enabled. Matches if
30+
* {@link WebProperties.Resources.Chain#getEnabled()} is {@code true} or if
31+
* {@code webjars-locator-core} is on the classpath.
3132
*
3233
* @author Stephane Nicoll
3334
* @since 1.3.0

0 commit comments

Comments
 (0)