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

Commit 19dc1fb0 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I3c7022d20e66b435db09b11fcc521bd02e0a254b
parents 6fafeff7 56ebd317
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
                    + '}';
        }