Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivakumar00 committed Jun 28, 2018
1 parent e309fb6 commit 1d60884
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/com/easycurrency/EasyCurrency.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class EasyCurrency {



private static double convertCurrency(String from, String to) {
public static double convertCurrency(String from, String to) {

String API_ENDPOINT="https://free.currencyconverterapi.com/api/v5/convert?q=";
String reqString = from + "_" + to.toUpperCase();
Expand Down

0 comments on commit 1d60884

Please sign in to comment.