Polish
Closes gh-5798
This commit is contained in:
committed by
Stephane Nicoll
parent
34e3e3c820
commit
db2092e27d
@@ -143,7 +143,7 @@ public class EnableAutoConfigurationImportSelector
|
||||
List<String> configurations = SpringFactoriesLoader.loadFactoryNames(
|
||||
getSpringFactoriesLoaderFactoryClass(), getBeanClassLoader());
|
||||
Assert.notEmpty(configurations,
|
||||
"No auto configuration classes found in META-INF/spring.factories. If you"
|
||||
"No auto configuration classes found in META-INF/spring.factories. If you "
|
||||
+ "are using a custom packaging, make sure that file is correct.");
|
||||
return configurations;
|
||||
}
|
||||
|
||||
@@ -115,12 +115,12 @@ public class CouchbaseProperties {
|
||||
public static class Endpoints {
|
||||
|
||||
/**
|
||||
* Number of sockets per node against the Key/value service.
|
||||
* Number of sockets per node against the key/value service.
|
||||
*/
|
||||
private int keyValue = 1;
|
||||
|
||||
/**
|
||||
* Number of sockets per node against the Query (N1QL) service.
|
||||
* Number of sockets per node against the query (N1QL) service.
|
||||
*/
|
||||
private int query = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user