mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Changes to logging.
This commit is contained in:
parent
327a09c0c1
commit
0bc6952933
2 changed files with 3 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public class TableManager {
|
|||
|
||||
private static final TableManager INSTANCE = new TableManager();
|
||||
private static final Logger logger = Logger.getLogger(TableManager.class);
|
||||
private static final DateFormat formatter = new SimpleDateFormat("hh:mm:ss");
|
||||
private static final DateFormat formatter = new SimpleDateFormat("HH:mm:ss");
|
||||
|
||||
private final ConcurrentHashMap<UUID, TableController> controllers = new ConcurrentHashMap<>();
|
||||
private final ConcurrentHashMap<UUID, Table> tables = new ConcurrentHashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue