Browse Source

Merge pull request #12492 from tsachev

* pr/12492:
  Fix Javadoc for ServiceLevelAgreementBoundary
pull/12492/merge
Brian Clozel 8 years ago
parent
commit
4a0b69aa1f
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/ServiceLevelAgreementBoundary.java

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

Loading…
Cancel
Save