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

Commit f5d6ae6c authored by Marin Shalamanov's avatar Marin Shalamanov
Browse files

Use Integer instead of int in DeviceProductInfo

Test: m
Change-Id: I9acb25aebd0fd3e2fec248ce630d0455d6132755
parent 636b1713
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -195,11 +195,11 @@ public final class DeviceProductInfo implements Parcelable {
                    }
                };

        public int getYear() {
        public Integer getYear() {
            return mYear;
        }

        public int getWeek() {
        public Integer getWeek() {
            return mWeek;
        }