File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1786,12 +1786,12 @@ public interface MonetaryFormatsSingletonSpi{
17861786 Set<String> getProviderNames(); <4>
17871787 List<String> geDefaultProviderChain(); <5>
17881788
1789- default MonetaryAmountFormat getAmountFormat(Locale locale, String... providers){...} <6>
1790- default MonetaryAmountFormat getAmountFormat(Locale locale, String... providers){...} <6>
1791- default MonetaryAmountFormat getAmountFormat(String name , String... providers); <6>
1792-
1793- default boolean isAvailable(Locale locale, String... providers){...} <7>
1794- default boolean isAvailable(AmountFormatQuery formatQuery){...} <7>
1789+ // The following methods are modelled as default methods in Java 8
1790+ MonetaryAmountFormat getAmountFormat(Locale locale, String... providers){...} <6>
1791+ MonetaryAmountFormat getAmountFormat(Locale locale , String... providers){...} <6>
1792+ MonetaryAmountFormat getAmountFormat(String name, String... providers); <6>
1793+ boolean isAvailable(Locale locale, String... providers){...} <7>
1794+ boolean isAvailable(AmountFormatQuery formatQuery){...} <7>
17951795
17961796}
17971797-------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments