mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-01 15:03:36 +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;
|
||||||
|
|
||||||
@ -81,4 +81,4 @@ public final class LogAmounts {
|
|||||||
return this.action;
|
return this.action;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user