Reformat all code

This commit is contained in:
md_5 2013-04-11 20:26:55 +10:00
parent 5dfe83cf6d
commit 19c3c23b86
8 changed files with 20 additions and 18 deletions

View File

@ -33,7 +33,8 @@ public class ListenerInfo
*/ */
private final String defaultServer; private final String defaultServer;
/** /**
* Name of the server which users will be taken when current server goes down. * Name of the server which users will be taken when current server goes
* down.
*/ */
private final String fallbackServer; private final String fallbackServer;
/** /**

View File

@ -164,7 +164,8 @@ public class PluginManager
Plugin depend = this.plugins.get( dependName ); Plugin depend = this.plugins.get( dependName );
Boolean dependStatus = depend != null ? pluginStatuses.get( depend ) : Boolean.FALSE; Boolean dependStatus = depend != null ? pluginStatuses.get( depend ) : Boolean.FALSE;
if ( dependStatus == null ) { if ( dependStatus == null )
{
if ( dependStack.contains( depend ) ) if ( dependStack.contains( depend ) )
{ {
StringBuilder dependencyGraph = new StringBuilder(); StringBuilder dependencyGraph = new StringBuilder();