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

Commit 1083573c authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Track changes to libcore ICU apis."

parents ab9a19e3 2c9d2005
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);
    }

    /**