Skip to content

Commit 81278d6

Browse files
author
Ajay Kannan
committed
fix remaining checkstyle issues
1 parent 8785cc5 commit 81278d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • gcloud-java-bigquery/src/main/java/com/google/cloud/bigquery

gcloud-java-bigquery/src/main/java/com/google/cloud/bigquery/QueryStage.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ public String toString() {
373373

374374
@Override
375375
public int hashCode() {
376-
return Objects.hash(computeRatioAvg, computeRatioMax, generatedId, name, readRatioAvg, readRatioMax,
377-
recordsRead, recordsWritten, steps, waitRatioAvg, waitRatioMax, writeRatioAvg);
376+
return Objects.hash(computeRatioAvg, computeRatioMax, generatedId, name, readRatioAvg,
377+
readRatioMax, recordsRead, recordsWritten, steps, waitRatioAvg, waitRatioMax,
378+
writeRatioAvg);
378379
}
379380

380381
@Override

0 commit comments

Comments
 (0)