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

Commit 97df96d8 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

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

* commit '2ecc4dc8':
  Track changes to libcore ICU apis.
parents 617a4c40 2ecc4dc8
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);
    }

    /**