Skip to content

Commit

Permalink
doc: Fix incorrect comment of rollingCounterInSecond in StatisticNode (
Browse files Browse the repository at this point in the history
  • Loading branch information
huakai-zhang authored Mar 3, 2021
1 parent 16990a8 commit 3755d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
public class StatisticNode implements Node {

/**
* Holds statistics of the recent {@code INTERVAL} seconds. The {@code INTERVAL} is divided into time spans
* Holds statistics of the recent {@code INTERVAL} milliseconds. The {@code INTERVAL} is divided into time spans
* by given {@code sampleCount}.
*/
private transient volatile Metric rollingCounterInSecond = new ArrayMetric(SampleCountProperty.SAMPLE_COUNT,
Expand Down

0 comments on commit 3755d53

Please sign in to comment.