mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +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 int count = 0;
|
||||
|
||||
private HashMap<CurrencyType, Double> amounts = new HashMap<CurrencyType, Double>();
|
||||
private HashMap<CurrencyType, Double> amounts = new HashMap<>();
|
||||
|
||||
private boolean newEntry = true;
|
||||
|
||||
@ -81,4 +81,4 @@ public final class LogAmounts {
|
||||
return this.action;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user