mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 03:25:50 +00:00
Missing final
This commit is contained in:
parent
1cf0ebbd7f
commit
60142d872f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue