Commit 4a0b69aa authored by Brian Clozel's avatar Brian Clozel

Merge pull request #12492 from tsachev

* pr/12492:
  Fix Javadoc for ServiceLevelAgreementBoundary
parents 57147241 bf433e7f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment