Some code formatting.

This commit is contained in:
MobiusDev
2016-03-19 08:47:52 +00:00
parent 9a9a5dd414
commit 345b88ad95
106 changed files with 308 additions and 308 deletions

View File

@@ -69,7 +69,7 @@ public final class FloodProtectorAction
* @param client the game client for which flood protection is being created
* @param config flood protector configuration
*/
public FloodProtectorAction(final L2GameClient client, final FloodProtectorConfig config)
public FloodProtectorAction(L2GameClient client, FloodProtectorConfig config)
{
super();
_client = client;
@@ -81,7 +81,7 @@ public final class FloodProtectorAction
* @param command command issued or short command description
* @return true if action is allowed, otherwise false
*/
public boolean tryPerformAction(final String command)
public boolean tryPerformAction(String command)
{
final int curTick = GameTimeController.getInstance().getGameTicks();