mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
Fix Javadoc for ServiceLevelAgreementBoundary
Closes gh-12492
This commit is contained in:
committed by
Brian Clozel
parent
57147241cb
commit
bf433e7f17
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user