From 552878c431c39ff43c7e569e8920d50173c8469b Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Fri, 25 May 2018 10:37:39 +0200 Subject: [PATCH] Fix javadoc --- .../actuate/autoconfigure/metrics/MetricsProperties.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java index a69a2b50c9..fb6204dde0 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java @@ -157,9 +157,9 @@ public class MetricsProperties { public static class Distribution { /** - * Whether meter IDs starting-with the specified name should be publish percentile - * histograms. Monitoring systems that support aggregable percentile calculation - * based on a histogram be set to true. For other systems, this has no effect. The + * Whether meter IDs starting with the specified name should publish percentile + * histograms. For monitoring systems that support aggregable percentile calculation + * based on a histogram, this can be set to true. For other systems, this has no effect. The * longest match wins, the key `all` can also be used to configure all meters. */ private Map percentilesHistogram = new LinkedHashMap<>();