mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-13060 Fixing pre-59 deserialization test failures.
X-SVN-Rev: 39957
This commit is contained in:
parent
ea5191f884
commit
4f862748cf
1 changed files with 1 additions and 2 deletions
|
@ -570,8 +570,6 @@ public class DecimalFormat extends NumberFormat {
|
|||
setSignificantDigitsUsed(fieldGetter.get("useSignificantDigits", false));
|
||||
} else if (name.equals("currencyPluralInfo")) {
|
||||
setCurrencyPluralInfo((CurrencyPluralInfo) fieldGetter.get("currencyPluralInfo", null));
|
||||
} else if (name.equals("currencyUsage")) {
|
||||
setCurrencyUsage((CurrencyUsage) fieldGetter.get("currencyUsage", null));
|
||||
} else if (name.equals("mathContext")) {
|
||||
setMathContextICU((MathContext) fieldGetter.get("mathContext", null));
|
||||
} else if (name.equals("negPrefixPattern")) {
|
||||
|
@ -602,6 +600,7 @@ public class DecimalFormat extends NumberFormat {
|
|||
// "attributes"
|
||||
// "currencyChoice"
|
||||
// "formatPattern"
|
||||
// "currencyUsage" => ignore this because the old code puts currencyUsage directly into min/max fraction.
|
||||
}
|
||||
}
|
||||
// Resolve affixes
|
||||
|
|
Loading…
Add table
Reference in a new issue