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

Change-Id: I3c7022d20e66b435db09b11fcc521bd02e0a254b
This commit is contained in:
Automerger Merge Worker
2020-03-09 12:23:35 +00:00

View File

@@ -140,7 +140,7 @@ public final class CountryTimeZones {
@Override
public String toString() {
return "OffsetResult{"
+ "mTimeZone=" + mTimeZone
+ "mTimeZone(ID)=" + mTimeZone.getID()
+ ", mIsOnlyMatch=" + mIsOnlyMatch
+ '}';
}