Fix formatting
This commit is contained in:
@@ -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
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user