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

Commit 2ecc4dc8 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am f36fe3f8: am 1083573c: Merge "Track changes to libcore ICU apis."

* commit 'f36fe3f8':
  Track changes to libcore ICU apis.
parents 2b49f5b5 f36fe3f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public class DateFormat {
     * @return a string pattern suitable for use with {@link java.text.SimpleDateFormat}.
     */
    public static String getBestDateTimePattern(Locale locale, String skeleton) {
        return ICU.getBestDateTimePattern(skeleton, locale.toString());
        return ICU.getBestDateTimePattern(skeleton, locale);
    }

    /**