Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindra Dingankar committed Mar 19, 2023
1 parent 8888f8c commit 62a29be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public synchronized MutableQuantiles newQuantiles(String name, String desc,
int interval, boolean inverseQuantiles) {
checkMetricName(name);
if (interval <= 0) {
throw new MetricsException("Interval should be positive. Value passed is: " + interval);
throw new MetricsException("Interval should be positive. Value passed is: " + interval);
}
MutableQuantiles ret =
new MutableQuantiles(name, desc, sampleName, valueName, interval, inverseQuantiles);
Expand Down

0 comments on commit 62a29be

Please sign in to comment.