summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandbalance.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
commitf1eae9be6f40704e3ab00fd3693f058013886c8d (patch)
tree9e7bc4454d4ee1f8ac7316670babaea9bd882c4e /Essentials/src/com/earth2me/essentials/commands/Commandbalance.java
parent8755935fcb578457359cae10da5531f515408c08 (diff)
downloadEssentials-f1eae9be6f40704e3ab00fd3693f058013886c8d.tar
Essentials-f1eae9be6f40704e3ab00fd3693f058013886c8d.tar.gz
Essentials-f1eae9be6f40704e3ab00fd3693f058013886c8d.tar.lz
Essentials-f1eae9be6f40704e3ab00fd3693f058013886c8d.tar.xz
Essentials-f1eae9be6f40704e3ab00fd3693f058013886c8d.zip
Cleanup imports
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandbalance.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandbalance.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandbalance.java b/Essentials/src/com/earth2me/essentials/commands/Commandbalance.java
index ec82c235d..8e8452ec8 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandbalance.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandbalance.java
@@ -2,7 +2,6 @@ package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.User;
-import com.earth2me.essentials.utils.StringUtil;
import com.earth2me.essentials.utils.NumberUtil;
import java.math.BigDecimal;
import org.bukkit.Server;