Closes gh-6244
This commit is contained in:
Johnny Lim
2016-06-29 13:51:52 +09:00
committed by Stephane Nicoll
parent f54bec835d
commit 5bc9d5b380
8 changed files with 16 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public class JestProperties {
/**
* Comma-separated list of the elasticsearch instances to use.
* Comma-separated list of the Elasticsearch instances to use.
*/
private List<String> uris = Collections.singletonList("http://localhost:9200");