Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7a35529 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use Arrays.hashCode in DeviceProductInfo" into rvc-dev am: f0de93d7...

Merge "Use Arrays.hashCode in DeviceProductInfo" into rvc-dev am: f0de93d7 am: 6cd7f6c6 am: 57e5456d am: 5a6aebd9

Change-Id: I61178029bcaf0e2738933059d8da586c59b93ba6
parents 3a7ac821 5a6aebd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =