JavaMoney / jsr354-api

JSR 354 - Money and Currency API
http://javamoney.org
Apache License 2.0
357 stars 79 forks source link

Fix CurrencyQueryBuilder#setNumericCodes(int...) #41

Closed marschall closed 10 years ago

marschall commented 10 years ago

The implementation of CurrencyQueryBuilder#setNumericCodes(int...) is currently wrong. Instead of building a List<Integer> is stores a List<int[]> in the data map.

marschall commented 10 years ago

Has been fixed by #179ca627cdd80be37a8974856c7b2d9109407466