Skip to content

Commit 9e070a6

Browse files
authored
fixed setCurrencies() method
setCurrencies metod in added parse() metod in the away update money value
1 parent a92dfac commit 9e070a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/github/barismeral/xml/foreignexance/CurrencyFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public CurrencyFactory(Moneys money){
5858
public void setCurrencies(Moneys money){
5959

6060
this.money = money;
61+
parse();
6162
}
6263

6364
/**

0 commit comments

Comments
 (0)