Skip to content

Commit

Permalink
adapt to upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Feb 25, 2020
1 parent 16147e7 commit 9e3ad0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private static double[] validatePercentiles(double[] percents, String aggName) {
}

if (percent == previousPercent) {
throw new IllegalArgumentException("percent [" + percent + "] has been specified twice: [" + name + "]");
throw new IllegalArgumentException("percent [" + percent + "] has been specified twice: [" + aggName + "]");
}
previousPercent = percent;
}
Expand Down

0 comments on commit 9e3ad0e

Please sign in to comment.