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

Commit 7e4b6db5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Reduce log size from CountryTimeZones" into rvc-dev am: 95daf5a2 am:...

Merge "Reduce log size from CountryTimeZones" into rvc-dev am: 95daf5a2 am: 39862efe am: f916e980

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