Untitled diff
4 removals
Words removed | 24 |
Total words | 26 |
Words removed (%) | 92.31 |
5 lines
2 additions
Words added | 6 |
Total words | 8 |
Words added (%) | 75.00 |
3 lines
Function<Integer, String> priceConverter = usdToArgentinePesoConverter.andThen(argentineCurrencyFormatter);
return getConvertedPriceStatements(records,
return getConvertedPriceStatements(records, priceConverter);
// TODO: Correct this. It should to convert AND format. However, there is room parameter wise for only one Function...hmmm.
homeValueIndex -> "FIXME!!!"
);