Skip to content

Commit d0ea660

Browse files
Update README.md (#2)
1 parent 91dec8f commit d0ea660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import java.util.concurrent.TimeUnit;
5757

5858
Histogram hist = new Histogram(new SlidingTimeWindowArrayReservoir(10, TimeUnit.SECONDS));
5959
MeterThread mt = new MeterThread(hist::update);
60-
mt.start()
60+
mt.start();
6161

6262
// Now, you can forward this histogram to Graphite, or check the values manually, e.g.:
6363
hist.getSnaphot.getMean();

0 commit comments

Comments
 (0)