mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 20:11:21 +02:00
Format everything using Netbeans
This commit is contained in:
@@ -36,11 +36,11 @@
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>pircbot:pircbot</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>pircbot:pircbot</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
@@ -10,7 +10,6 @@ public abstract class AbstractWorkListener
|
||||
this.plugin = plugin;
|
||||
this.newVersionInfo = newVersionInfo;
|
||||
}
|
||||
|
||||
private final Plugin plugin;
|
||||
private final VersionInfo newVersionInfo;
|
||||
|
||||
|
@@ -96,7 +96,8 @@ public class UpdateProcess implements Listener
|
||||
{
|
||||
UpdateProcess.this.currentPlayer = null;
|
||||
}
|
||||
//TODO: make sure this is threadsafe
|
||||
//TODO: make sure this is threadsafe
|
||||
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void onPlayerChat(final AsyncPlayerChatEvent event)
|
||||
{
|
||||
|
@@ -30,7 +30,6 @@ public class Version implements Comparable<Version>
|
||||
{
|
||||
return type;
|
||||
}
|
||||
|
||||
private final int major;
|
||||
private final int minor;
|
||||
private final int build;
|
||||
|
@@ -14,8 +14,6 @@ public class StateMachine extends AbstractWorkListener implements Runnable
|
||||
{
|
||||
ABORT, WAIT, DONE, NONE
|
||||
}
|
||||
|
||||
|
||||
private final StateMap states = new StateMap();
|
||||
private AbstractState current;
|
||||
private Player player;
|
||||
@@ -84,7 +82,6 @@ public class StateMachine extends AbstractWorkListener implements Runnable
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
private Iterator<AbstractState> iterator;
|
||||
|
||||
public void startWork()
|
||||
|
Reference in New Issue
Block a user