Fix formatting

This commit is contained in:
md_5
2013-05-16 16:49:14 +10:00
parent 67fdc830c2
commit 9a0da50e6c
6 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ public abstract class ProxyServer
*
* @return the localized string
*/
public abstract String getTranslation( String name );
public abstract String getTranslation(String name);
/**
* Gets the main logger which can be used as a suitable replacement for

View File

@@ -5,6 +5,7 @@ import lombok.EqualsAndHashCode;
import lombok.ToString;
import net.md_5.bungee.api.connection.ProxiedPlayer;
import net.md_5.bungee.api.plugin.Event;
/**
* Called when a player has changed servers.
*/

View File

@@ -81,6 +81,6 @@ public class Plugin
this.proxy = proxy;
this.description = description;
this.file = file;
this.logger = new PluginLogger(this);
this.logger = new PluginLogger( this );
}
}