Merge "Use Arrays.hashCode in DeviceProductInfo" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f0de93d7b2
@@ -139,7 +139,7 @@ public final class DeviceProductInfo implements Parcelable {
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return Objects.hash(mName, mManufacturerPnpId, mProductId, mModelYear, mManufactureDate,
|
||||
mRelativeAddress);
|
||||
Arrays.hashCode(mRelativeAddress));
|
||||
}
|
||||
|
||||
public static final Creator<DeviceProductInfo> CREATOR =
|
||||
|
||||
Reference in New Issue
Block a user