Add missing dot in property description

pull/2749/merge
Stephane Nicoll 10 years ago
parent 5608a594bc
commit e55c9a1b80

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

Loading…
Cancel
Save