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

@ -36,7 +36,7 @@ public class MinionHolder implements IIdentifiable
* @param respawnTime the respawn time
* @param weightPoint the weight point
*/
public MinionHolder(final int id, final int count, final long respawnTime, final int weightPoint)
public MinionHolder(int id, int count, long respawnTime, int weightPoint)
{
_id = id;
_count = count;