Skip to content

Commit

Permalink
Polish #3864
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jun 12, 2023
1 parent b0be362 commit 9d368be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ protected boolean isPublishing() {
}

/**
* Returns the time when the last scheduled publish was started by
* Returns the time, in milliseconds, when the last scheduled publish was started by
* {@link PushMeterRegistry#publishSafely()}.
* @since 1.11.1
*/
protected long getLastScheduledPublishStartTime() {
return lastScheduledPublishStartTime;
Expand Down

0 comments on commit 9d368be

Please sign in to comment.