Skip to content

Commit 48c3a5e

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 3263 b: refs/heads/master c: 81278d6 h: refs/heads/master i: 3261: f8c2810 3259: 6d4051e 3255: b440f1c 3247: 31b1461 3231: 19fab62 3199: 8b489fe
1 parent 5a6edf8 commit 48c3a5e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8785cc5c7c23f1ef3c369b0c5423a9e1780f6caa
2+
refs/heads/master: 81278d68431a33f65a973e108f7914b3511fd097
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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)