Skip to content

Commit

Permalink
Fixed the security issue reported by sonar (ReactiveX#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romeh committed Feb 17, 2020
1 parent 03412a9 commit 9a25b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public MetricNames build() {
*/
public static class MetricOptions {

public static final double[] DEFAULT_BUCKETS = new double[]{.005, .01, .025, .05, .075, .1,
private static final double[] DEFAULT_BUCKETS = new double[]{.005, .01, .025, .05, .075, .1,
.25, .5, .75, 1, 2.5, 5, 7.5, 10};
private double[] buckets = DEFAULT_BUCKETS;

Expand Down

0 comments on commit 9a25b72

Please sign in to comment.