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

Commit f0de93d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5f71bce0 90fd0b19
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 =