Reformatted code with new code style
This commit is contained in:
@@ -405,6 +405,7 @@ public class PlayerAuth {
|
||||
* Method equals.
|
||||
*
|
||||
* @param obj Object
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
@Override
|
||||
|
||||
@@ -57,6 +57,7 @@ public class PlayerCache {
|
||||
* Method isAuthenticated.
|
||||
*
|
||||
* @param user String
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public boolean isAuthenticated(String user) {
|
||||
@@ -67,6 +68,7 @@ public class PlayerCache {
|
||||
* Method getAuth.
|
||||
*
|
||||
* @param user String
|
||||
*
|
||||
* @return PlayerAuth
|
||||
*/
|
||||
public PlayerAuth getAuth(String user) {
|
||||
|
||||
Reference in New Issue
Block a user