summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandmute.java
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-11-18 17:42:26 +0000
committerKHobbits <rob@khobbits.co.uk>2011-11-18 17:48:49 +0000
commit6da2c69e3f6f28ea6ae91f95fa7360175a187981 (patch)
tree306cad7bb94357f624f4a3fa76e8933496a4ed0a /Essentials/src/com/earth2me/essentials/commands/Commandmute.java
parent717b082535a32143365dce9d473dbabe8db6c9aa (diff)
downloadEssentials-6da2c69e3f6f28ea6ae91f95fa7360175a187981.tar
Essentials-6da2c69e3f6f28ea6ae91f95fa7360175a187981.tar.gz
Essentials-6da2c69e3f6f28ea6ae91f95fa7360175a187981.tar.lz
Essentials-6da2c69e3f6f28ea6ae91f95fa7360175a187981.tar.xz
Essentials-6da2c69e3f6f28ea6ae91f95fa7360175a187981.zip
Code cleanup continued.
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandmute.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandmute.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandmute.java b/Essentials/src/com/earth2me/essentials/commands/Commandmute.java
index 6e2049e1b..002bac7fb 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandmute.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandmute.java
@@ -1,9 +1,9 @@
package com.earth2me.essentials.commands;
-import org.bukkit.Server;
-import org.bukkit.command.CommandSender;
import com.earth2me.essentials.User;
import com.earth2me.essentials.Util;
+import org.bukkit.Server;
+import org.bukkit.command.CommandSender;
public class Commandmute extends EssentialsCommand