Add missing dot in property description

This commit is contained in:
Stephane Nicoll 2015-04-14 14:21:56 +02:00
parent 5608a594bc
commit e55c9a1b80
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public class ElasticsearchHealthIndicatorProperties {
/**
* Comma-separated index names
* Comma-separated index names.
*/
private List<String> indices = new ArrayList<String>();
/**
* The time, in milliseconds, to wait for a response from the cluster
* The time, in milliseconds, to wait for a response from the cluster.
*/
private long responseTimeout = 100L;