mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 14:56:43 +00:00
Format code
This commit is contained in:
@ -42,6 +42,7 @@ public class Admin
|
||||
|
||||
/**
|
||||
* Creates an admin with the startig ADMIN rank
|
||||
*
|
||||
* @param uuid
|
||||
* @see UUID
|
||||
* @see Rank
|
||||
|
@ -19,6 +19,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* Cached storage for Admin objects
|
||||
*
|
||||
* @see Admin
|
||||
*/
|
||||
|
||||
@ -31,6 +32,7 @@ public class AdminList
|
||||
|
||||
/**
|
||||
* Adds the admin to cache
|
||||
*
|
||||
* @param admin The admin object
|
||||
*/
|
||||
public void addToCache(Admin admin)
|
||||
@ -40,6 +42,7 @@ public class AdminList
|
||||
|
||||
/**
|
||||
* Removes an admin from the cache
|
||||
*
|
||||
* @param uuid The unique ID of the admin
|
||||
* @see UUID
|
||||
*/
|
||||
@ -50,6 +53,7 @@ public class AdminList
|
||||
|
||||
/**
|
||||
* Gathers every admin's username (cached and databsed)
|
||||
*
|
||||
* @return An array list of the names of every admin
|
||||
*/
|
||||
public List<String> getAllAdmins()
|
||||
|
Reference in New Issue
Block a user