No effective change - HashQuery.toString() for l2 query cache log message

This commit is contained in:
Robin Bygrave
2016-04-07 21:45:47 +12:00
parent fe387cf456
commit 46bc09a09b
@@ -17,6 +17,10 @@ public class HashQuery {
this.bindHash = bindHash;
}
public String toString() {
return "HashQuery@" + Integer.toHexString(hashCode());
}
public int hashCode() {
int hc = 31 * planHash.hashCode();
hc = 31 * hc + bindHash;