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

Commit e2c60dc6 authored by Neil Fuller's avatar Neil Fuller
Browse files

Sync android.timezone / libcore.timezone

Track changes in libcore/

Bug: 148086409
Test: treehugger
Change-Id: I0aadc51e58eb5cc4ffca938429d5f31c0bc77edb
parent 97c24fb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ public final class CountryTimeZones {
     * supplied.
     */
    public boolean matchesCountryCode(@NonNull String countryIso) {
        return mDelegate.isForCountryCode(countryIso);
        return mDelegate.matchesCountryCode(countryIso);
    }

    /**