Skip to content

Commit

Permalink
fix remaining checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Apr 12, 2016
1 parent 8785cc5 commit 81278d6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,9 @@ public String toString() {

@Override
public int hashCode() {
return Objects.hash(computeRatioAvg, computeRatioMax, generatedId, name, readRatioAvg, readRatioMax,
recordsRead, recordsWritten, steps, waitRatioAvg, waitRatioMax, writeRatioAvg);
return Objects.hash(computeRatioAvg, computeRatioMax, generatedId, name, readRatioAvg,
readRatioMax, recordsRead, recordsWritten, steps, waitRatioAvg, waitRatioMax,
writeRatioAvg);
}

@Override
Expand Down

0 comments on commit 81278d6

Please sign in to comment.