Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 9, 2014
1 parent da81952 commit 6c1c500
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -565,7 +565,7 @@ public static final Map.Entry<DateTime, Double> getMostRecentConversionRateForTo
List<Map<String, String>> lom = Tools.ListOfMapsPOJO(res);
Double value = Double.parseDouble(lom.get(0).get("amount"));


log.info("obj = " + res + "lom[0] = " + lom.get(0) + "val = " + value);

// Normalize time to today
// LocalDate today = time.toLocalDate();
Expand Down

0 comments on commit 6c1c500

Please sign in to comment.