mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-01 20:30:48 +02:00
Missing final
This commit is contained in:
@@ -28,7 +28,7 @@ public class User extends DataUnit implements Cloneable {
|
||||
*
|
||||
*/
|
||||
private String group = null;
|
||||
private List<String> subGroups = Collections.synchronizedList(Collections.<String>emptyList());
|
||||
private final List<String> subGroups = Collections.synchronizedList(Collections.<String>emptyList());
|
||||
/**
|
||||
* This one holds the fields in INFO node. like prefix = 'c' or build =
|
||||
* false
|
||||
|
Reference in New Issue
Block a user