mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
[minor] access modifer order
This commit is contained in:
parent
ec546a5ae6
commit
a7a565bb8f
549 changed files with 1032 additions and 1040 deletions
|
|
@ -60,7 +60,7 @@ import java.util.*;
|
|||
*/
|
||||
public class SessionImpl implements Session {
|
||||
|
||||
private final static Logger logger = Logger.getLogger(SessionImpl.class);
|
||||
private static final Logger logger = Logger.getLogger(SessionImpl.class);
|
||||
|
||||
private String sessionId;
|
||||
private MageServer server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue