Hi,

Please review the fix for JDK-8190904.

Bug: https://bugs.openjdk.java.net/browse/JDK-8190904
Webrev: http://cr.openjdk.java.net/~nishjain/8190904/webrev.07/
CSR: https://bugs.openjdk.java.net/browse/JDK-8196835

Issue: The currency superseding feature gives the possibility of allowing two similar Currency instances for a currency code, which is against the principle that "There can never more than one Currency instance for any given currency".

Fix: Modify the superseding feature to not allow multiple entries with same currency code but different numeric and/or minor unit. These are ignored as inconsistent entries. Also, If there is any ISO 4217 currency data with same currency code as the currency entry given in the properties file, then the existing Currency data should be updated with the given currency values.


Regards,
Nishit Jain

Reply via email to