mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fix couple of sonar issues
This commit is contained in:
parent
41357c15ff
commit
1cf6d99515
5 changed files with 21 additions and 30 deletions
|
|
@ -40,7 +40,7 @@ public enum TableManager {
|
|||
|
||||
// protected static ScheduledExecutorService expireExecutor = ThreadExecutor.getInstance().getExpireExecutor();
|
||||
private final Logger logger = Logger.getLogger(TableManager.class);
|
||||
private static final DateFormat formatter = new SimpleDateFormat("HH:mm:ss");
|
||||
private final DateFormat formatter = new SimpleDateFormat("HH:mm:ss");
|
||||
|
||||
private final ConcurrentHashMap<UUID, TableController> controllers = new ConcurrentHashMap<>();
|
||||
private final ReadWriteLock controllersLock = new ReentrantReadWriteLock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue