summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandptime.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
commite5a8cd88f02a252e016e0e54526fe8fe03c44cc8 (patch)
treef4b00b083ab26bb0e7823d4c4d6d03291d244fad /Essentials/src/com/earth2me/essentials/commands/Commandptime.java
parent9987568ae8a7b72a7ff6e784cf1404a73490b449 (diff)
downloadEssentials-e5a8cd88f02a252e016e0e54526fe8fe03c44cc8.tar
Essentials-e5a8cd88f02a252e016e0e54526fe8fe03c44cc8.tar.gz
Essentials-e5a8cd88f02a252e016e0e54526fe8fe03c44cc8.tar.lz
Essentials-e5a8cd88f02a252e016e0e54526fe8fe03c44cc8.tar.xz
Essentials-e5a8cd88f02a252e016e0e54526fe8fe03c44cc8.zip
Code cleanup continued.
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandptime.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandptime.java11
1 files changed, 3 insertions, 8 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandptime.java b/Essentials/src/com/earth2me/essentials/commands/Commandptime.java
index 115bb20ef..8a68430b0 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandptime.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandptime.java
@@ -1,17 +1,12 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.DescParseTickFormat;
-import org.bukkit.Server;
-import org.bukkit.command.CommandSender;
import com.earth2me.essentials.User;
import com.earth2me.essentials.Util;
-import java.util.Collection;
-import java.util.Comparator;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Set;
-import java.util.TreeSet;
+import java.util.*;
+import org.bukkit.Server;
import org.bukkit.World;
+import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;