mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-06 16:27:59 +01:00
Update Log.java
This commit is contained in:
parent
d96761e650
commit
9f0a9d7be9
@ -7,7 +7,7 @@ import com.gamingmesh.jobs.stuff.TimeManage;
|
|||||||
public final class Log {
|
public final class Log {
|
||||||
private String action;
|
private String action;
|
||||||
private int day;
|
private int day;
|
||||||
private HashMap<String, LogAmounts> amountMap = new HashMap<String, LogAmounts>();
|
private HashMap<String, LogAmounts> amountMap = new HashMap<>();
|
||||||
|
|
||||||
public Log(String action) {
|
public Log(String action) {
|
||||||
this.action = action;
|
this.action = action;
|
||||||
|
Loading…
Reference in New Issue
Block a user