Merge "Use Arrays.hashCode in DeviceProductInfo" into rvc-dev am: f0de93d7b2 am: 6cd7f6c60d am: 57e5456ddf
Change-Id: I9efbee6bb6a21760e841ca351012f6e53e0dff05
This commit is contained in:
@@ -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