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
bf294a76
Commit
bf294a76
authored
May 09, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
89fdc856
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CassandraAutoConfiguration.java
...t/autoconfigure/cassandra/CassandraAutoConfiguration.java
+1
-1
ClusterFactory.java
...ramework/boot/autoconfigure/cassandra/ClusterFactory.java
+4
-4
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.java
View file @
bf294a76
...
@@ -40,7 +40,7 @@ import org.springframework.util.StringUtils;
...
@@ -40,7 +40,7 @@ import org.springframework.util.StringUtils;
* @author Phillip Webb
* @author Phillip Webb
* @author Eddú Meléndez
* @author Eddú Meléndez
* @author Stephane Nicoll
* @author Stephane Nicoll
* @auth
e
r Steffen F. Qvistgaard
* @auth
o
r Steffen F. Qvistgaard
* @since 1.3.0
* @since 1.3.0
*/
*/
@Configuration
(
proxyBeanMethods
=
false
)
@Configuration
(
proxyBeanMethods
=
false
)
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cassandra/ClusterFactory.java
View file @
bf294a76
...
@@ -20,10 +20,10 @@ import com.datastax.driver.core.Cluster;
...
@@ -20,10 +20,10 @@ import com.datastax.driver.core.Cluster;
import
com.datastax.driver.core.Cluster.Initializer
;
import
com.datastax.driver.core.Cluster.Initializer
;
/**
/**
* {@code C
assandraClusterFactory} provides control over the creation of a {@Cluster} from
* {@code C
lusterFactory} provides control over the creation of a {@link Cluster} from an
*
an
{@link Initializer}.
* {@link Initializer}.
*
*
* @auth
e
r Steffen F. Qvistgaard
* @auth
o
r Steffen F. Qvistgaard
* @since 2.2.0
* @since 2.2.0
*/
*/
@FunctionalInterface
@FunctionalInterface
...
@@ -31,7 +31,7 @@ public interface ClusterFactory {
...
@@ -31,7 +31,7 @@ public interface ClusterFactory {
/**
/**
* Creates a {@link Cluster} from the given {@link Initializer}.
* Creates a {@link Cluster} from the given {@link Initializer}.
* @param initializer the {@
C
ode Initializer}
* @param initializer the {@
c
ode Initializer}
* @return the {@code Cluster}
* @return the {@code Cluster}
*/
*/
Cluster
create
(
Initializer
initializer
);
Cluster
create
(
Initializer
initializer
);
...
...
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