1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 12:31:26 +02:00

Modifier order consistency

This commit is contained in:
Iaccidentally
2014-02-04 11:11:43 -05:00
parent 9d60c20f17
commit 78b74afa4b
22 changed files with 38 additions and 38 deletions

View File

@@ -10,8 +10,8 @@ public class UserManager implements IConf
{
private final transient EssentialsConf users;
private final transient List<String> spyusers = Collections.synchronizedList(new ArrayList<String>());
private final static String ADDRESS = "address";
private final static String SPY = "spy";
private static final String ADDRESS = "address";
private static final String SPY = "spy";
public UserManager(final File folder)
{