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

* commit '1083573c2feb6677ae5627a9ee41f82a697e22d4':
  Track changes to libcore ICU apis.
This commit is contained in:
Narayan Kamath
2014-06-16 10:56:34 +00:00
committed by Android Git Automerger

View File

@ -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);
}
/**