Add missing dot in property description
This commit is contained in:
parent
5608a594bc
commit
e55c9a1b80
|
|
@ -32,12 +32,12 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
public class ElasticsearchHealthIndicatorProperties {
|
public class ElasticsearchHealthIndicatorProperties {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Comma-separated index names
|
* Comma-separated index names.
|
||||||
*/
|
*/
|
||||||
private List<String> indices = new ArrayList<String>();
|
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;
|
private long responseTimeout = 100L;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue