src/java.base/share/classes/sun/util/locale/provider/DateFormatProviderImpl.java

Print this page

        

*** 61,71 **** return LocaleProviderAdapter.toLocaleArray(langtags); } @Override public boolean isSupportedLocale(Locale locale) { ! return LocaleProviderAdapter.isSupportedLocale(locale, type, langtags); } /** * Returns a new <code>DateFormat</code> instance which formats time * with the given formatting style for the specified locale. --- 61,71 ---- return LocaleProviderAdapter.toLocaleArray(langtags); } @Override public boolean isSupportedLocale(Locale locale) { ! return LocaleProviderAdapter.forType(type).isSupportedProviderLocale(locale, langtags); } /** * Returns a new <code>DateFormat</code> instance which formats time * with the given formatting style for the specified locale.