summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandsethome.java
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2013-06-09 16:35:51 -0400
committerKHobbits <rob@khobbits.co.uk>2013-06-11 20:45:12 +0100
commit8d359a2cd5281e9cce280f776dc53dd8b664a316 (patch)
treec38a8ea8d78015a1a8c728946aa8cedb66971bbe /Essentials/src/com/earth2me/essentials/commands/Commandsethome.java
parentb5158a88d6f252e040da1d2e40eb74de2bbe2b91 (diff)
downloadEssentials-8d359a2cd5281e9cce280f776dc53dd8b664a316.tar
Essentials-8d359a2cd5281e9cce280f776dc53dd8b664a316.tar.gz
Essentials-8d359a2cd5281e9cce280f776dc53dd8b664a316.tar.lz
Essentials-8d359a2cd5281e9cce280f776dc53dd8b664a316.tar.xz
Essentials-8d359a2cd5281e9cce280f776dc53dd8b664a316.zip
Cleanup imports
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandsethome.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandsethome.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandsethome.java b/Essentials/src/com/earth2me/essentials/commands/Commandsethome.java
index 67e94acc5..390ab6507 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandsethome.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandsethome.java
@@ -3,7 +3,6 @@ package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.User;
import com.earth2me.essentials.utils.NumberUtil;
-import com.earth2me.essentials.utils.StringUtil;
import java.util.Locale;
import org.bukkit.Location;
import org.bukkit.Server;