Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
5ef6e09c
Commit
5ef6e09c
authored
Nov 11, 2020
by
dreis2211
Committed by
Andy Wilkinson
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix deprecation warnings in javadoc comments
See gh-24120
parent
4a9ca330
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
CassandraDriverReactiveHealthIndicator.java
...ate/cassandra/CassandraDriverReactiveHealthIndicator.java
+1
-1
ConditionalOnEnabledResourceChain.java
.../autoconfigure/web/ConditionalOnEnabledResourceChain.java
+3
-2
No files found.
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cassandra/CassandraDriverReactiveHealthIndicator.java
View file @
5ef6e09c
...
...
@@ -42,7 +42,7 @@ public class CassandraDriverReactiveHealthIndicator extends AbstractReactiveHeal
private
final
CqlSession
session
;
/**
* Create a new {@link CassandraHealthIndicator} instance.
* Create a new {@link Cassandra
DriverReactive
HealthIndicator} instance.
* @param session the {@link CqlSession}.
*/
public
CassandraDriverReactiveHealthIndicator
(
CqlSession
session
)
{
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ConditionalOnEnabledResourceChain.java
View file @
5ef6e09c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment