Closes gh-5798
This commit is contained in:
Johnny Lim
2016-04-26 10:56:51 +09:00
committed by Stephane Nicoll
parent 34e3e3c820
commit db2092e27d
9 changed files with 15 additions and 15 deletions

View File

@@ -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;
}

View File

@@ -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;