Skip to content

Commit 9d368be

Browse files
committed
Polish #3864
1 parent b0be362 commit 9d368be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

micrometer-core/src/main/java/io/micrometer/core/instrument/push/PushMeterRegistry.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ protected boolean isPublishing() {
8989
}
9090

9191
/**
92-
* Returns the time when the last scheduled publish was started by
92+
* Returns the time, in milliseconds, when the last scheduled publish was started by
9393
* {@link PushMeterRegistry#publishSafely()}.
94+
* @since 1.11.1
9495
*/
9596
protected long getLastScheduledPublishStartTime() {
9697
return lastScheduledPublishStartTime;

0 commit comments

Comments
 (0)