From bf433e7f17570c000ddbaeabb89ceee7da341ed4 Mon Sep 17 00:00:00 2001 From: Vladimir Tsanev Date: Thu, 15 Mar 2018 10:17:29 +0200 Subject: [PATCH] Fix Javadoc for ServiceLevelAgreementBoundary Closes gh-12492 --- .../autoconfigure/metrics/ServiceLevelAgreementBoundary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/ServiceLevelAgreementBoundary.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/ServiceLevelAgreementBoundary.java index ee8a647c7b6..707f1116f85 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/ServiceLevelAgreementBoundary.java +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/ServiceLevelAgreementBoundary.java @@ -27,7 +27,7 @@ import org.springframework.boot.convert.DurationStyle; /** * A service level agreement boundary for use when configuring micrometer. Can be * specified as either a {@link Long} (applicable to timers and distribution summaries) or - * a {@link Long} (applicable to only timers). + * a {@link Duration} (applicable to only timers). * * @author Phillip Webb * @since 2.0.0