Merge "Sync android.timezone / libcore.timezone"

This commit is contained in:
Neil Fuller
2020-03-09 12:46:52 +00:00
committed by Gerrit Code Review

View File

@@ -158,7 +158,7 @@ public final class CountryTimeZones {
* supplied. * supplied.
*/ */
public boolean matchesCountryCode(@NonNull String countryIso) { public boolean matchesCountryCode(@NonNull String countryIso) {
return mDelegate.isForCountryCode(countryIso); return mDelegate.matchesCountryCode(countryIso);
} }
/** /**