diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/ElasticsearchHealthIndicatorProperties.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/ElasticsearchHealthIndicatorProperties.java index 0ba0de5a29a..1f8ec6a4cae 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/ElasticsearchHealthIndicatorProperties.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/ElasticsearchHealthIndicatorProperties.java @@ -32,12 +32,12 @@ import org.springframework.boot.context.properties.ConfigurationProperties; public class ElasticsearchHealthIndicatorProperties { /** - * Comma-separated index names + * Comma-separated index names. */ private List indices = new ArrayList(); /** - * 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;