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

Commit 7f66d5f1 authored by Marin Shalamanov's avatar Marin Shalamanov Committed by Android (Google) Code Review
Browse files

Merge "Use Integer instead of int in DeviceProductInfo"

parents 2a04318b f5d6ae6c
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;
        }