Merge "Sync android.timezone / libcore.timezone"
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user