How do I allman?

This commit is contained in:
Jerome van der Sar 2013-07-14 14:10:29 +02:00
parent e56c273457
commit fdfa30b349
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#Sat, 13 Jul 2013 22:09:24 +0200
#Sun, 14 Jul 2013 14:08:44 +0200
program.VERSION=2.21
program.BUILDNUM=309
program.BUILDDATE=07/13/2013 10\:09 PM
program.BUILDNUM=311
program.BUILDDATE=07/14/2013 02\:08 PM

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sat Jul 13 22:09:24 CEST 2013
build.number=310
#Sun Jul 14 14:08:44 CEST 2013
build.number=312

View File

@ -8,8 +8,8 @@ import org.bukkit.entity.Player;
@CommandPermissions(level = AdminLevel.ALL, source = SourceType.BOTH)
@CommandParameters(description = "Shows information about TotalFreedomMod", usage = "/<command>")
public class Command_tfm extends TFM_Command {
public class Command_tfm extends TFM_Command
{
@Override
public boolean run(CommandSender sender, Player sender_p, Command cmd, String commandLabel, String[] args, boolean senderIsConsole)
{
@ -20,5 +20,5 @@ public class Command_tfm extends TFM_Command {
return true;
}
}