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

Commit 4b1169c4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Reduce log size from CountryTimeZones" am: 56ebd317 am:...

Merge "Merge "Reduce log size from CountryTimeZones" am: 56ebd317 am: 19dc1fb0 am: b4eee653" into rvc-d1-dev-plus-aosp am: 9f5a938c

Change-Id: Ib4dc8cc41f69a44861c81a7cc7f82667bff5e945
parents 3960a344 9f5a938c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ public final class CountryTimeZones {
        @Override
        public String toString() {
            return "OffsetResult{"
                    + "mTimeZone=" + mTimeZone
                    + "mTimeZone(ID)=" + mTimeZone.getID()
                    + ", mIsOnlyMatch=" + mIsOnlyMatch
                    + '}';
        }