Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 8, 2017
1 parent ef75073 commit 9e00c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public boolean equals(final Object obj) {
&& Objects.equals(this.filterDimensions, that.filterDimensions)
&& Objects.equals(this.metricDimensions, that.metricDimensions)
&& Objects.equals(this.metricNames, that.metricNames)
&& Objects.equals(this.apiFilters.keySet(), that.apiFilters.keySet());
&& Objects.equals(this.apiFilters, that.apiFilters);
}

return false;
Expand Down

0 comments on commit 9e00c0a

Please sign in to comment.