summaryrefslogtreecommitdiff
path: root/core/java/android/timezone/CountryTimeZones.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/timezone/CountryTimeZones.java')
-rw-r--r--core/java/android/timezone/CountryTimeZones.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/timezone/CountryTimeZones.java b/core/java/android/timezone/CountryTimeZones.java
index ee3a8a79d5d7..a8db50e51782 100644
--- a/core/java/android/timezone/CountryTimeZones.java
+++ b/core/java/android/timezone/CountryTimeZones.java
@@ -140,7 +140,7 @@ public final class CountryTimeZones {
@Override
public String toString() {
return "OffsetResult{"
- + "mTimeZone=" + mTimeZone
+ + "mTimeZone(ID)=" + mTimeZone.getID()
+ ", mIsOnlyMatch=" + mIsOnlyMatch
+ '}';
}