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

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

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

* commit '1083573c':
  Track changes to libcore ICU apis.
parents 8382b0d3 1083573c
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);
    }

    /**