summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandtime.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/Commandtime.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/Commandtime.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandtime.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtime.java b/Essentials/src/com/earth2me/essentials/commands/Commandtime.java
index 687396f53..a10e8c63c 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandtime.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandtime.java
@@ -1,12 +1,12 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.DescParseTickFormat;
-import org.bukkit.Server;
-import org.bukkit.World;
-import org.bukkit.command.CommandSender;
import com.earth2me.essentials.User;
import com.earth2me.essentials.Util;
import java.util.*;
+import org.bukkit.Server;
+import org.bukkit.World;
+import org.bukkit.command.CommandSender;
public class Commandtime extends EssentialsCommand