forked from External/mage
Minor formatting.
This commit is contained in:
parent
8c081b436e
commit
e346c6903f
2 changed files with 8 additions and 8 deletions
|
|
@ -64,7 +64,7 @@ public class UserManager {
|
|||
}, 60, 60, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
private final ConcurrentHashMap<UUID, User> users = new ConcurrentHashMap<UUID, User>();
|
||||
private final ConcurrentHashMap<UUID, User> users = new ConcurrentHashMap<>();
|
||||
|
||||
public User createUser(String userName, String host) {
|
||||
if (findUser(userName) != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue