mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-01 23:13:48 +01:00
Update LogAmounts.java
This commit is contained in:
parent
9f0a9d7be9
commit
13311e7348
@ -11,7 +11,7 @@ public final class LogAmounts {
|
|||||||
private String item;
|
private String item;
|
||||||
private int count = 0;
|
private int count = 0;
|
||||||
|
|
||||||
private HashMap<CurrencyType, Double> amounts = new HashMap<CurrencyType, Double>();
|
private HashMap<CurrencyType, Double> amounts = new HashMap<>();
|
||||||
|
|
||||||
private boolean newEntry = true;
|
private boolean newEntry = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user