File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
main/java/org/javamoney/moneta
test/java/org/javamoney/moneta Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 2020import java .util .Locale ;
2121import java .util .Objects ;
2222import java .util .ResourceBundle ;
23- import java .util .logging .Level ;
24- import java .util .logging .Logger ;
2523
2624import javax .money .CurrencyUnit ;
2725import javax .money .MonetaryAmount ;
2826import javax .money .MonetaryCurrencies ;
29- import org .javamoney .moneta .format .CurrencyStyle ;
30-
3127import javax .money .MonetaryException ;
3228import javax .money .format .MonetaryParseException ;
3329
30+ import org .javamoney .moneta .format .CurrencyStyle ;
31+
3432/**
3533 * Implements a {@link FormatToken} that adds a localizable {@link String}, read
3634 * by key from a {@link ResourceBundle}.
Original file line number Diff line number Diff line change 2020import java .lang .annotation .Retention ;
2121import java .lang .annotation .RetentionPolicy ;
2222import java .lang .annotation .Target ;
23- import java .time .LocalDate ;
2423
2524/**
2625 * Annotation used for prioritizing multiple services of the same type. The resulting order can be
Original file line number Diff line number Diff line change @@ -257,13 +257,6 @@ public String toString(){
257257 return this .currency .toString ();
258258 }
259259
260- // it be used and if so,
261- // consider changing it to a pattern similar as getAvailableCurrencies()
262- // (including the type Set, unless Collection provides value)
263- public static Collection <CurrencyUnit > getAllMatching (String expression ){
264- return Collections .emptySet ();
265- }
266-
267260 }
268261
269262}
You can’t perform that action at this time.
0 commit comments