HBASE-18447 MetricRegistryInfo#hashCode uses hashCode instead of toHashCode
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
3be51a85ba
commit
fb80a8e886
|
@ -107,6 +107,6 @@ public class MetricRegistryInfo {
|
|||
.append(metricsDescription)
|
||||
.append(metricsContext)
|
||||
.append(metricsJmxContext)
|
||||
.hashCode();
|
||||
.toHashCode();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue