diff options
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commandtpall.java | 1 | ||||
-rw-r--r-- | Essentials/src/com/earth2me/essentials/signs/SignException.java | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtpall.java b/Essentials/src/com/earth2me/essentials/commands/Commandtpall.java index 7892fb345..d564e90ea 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandtpall.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandtpall.java @@ -3,7 +3,6 @@ package com.earth2me.essentials.commands; import org.bukkit.Server; import com.earth2me.essentials.User; import com.earth2me.essentials.Util; -import java.util.logging.Level; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; diff --git a/Essentials/src/com/earth2me/essentials/signs/SignException.java b/Essentials/src/com/earth2me/essentials/signs/SignException.java index 1195bbb68..9c9ab44a2 100644 --- a/Essentials/src/com/earth2me/essentials/signs/SignException.java +++ b/Essentials/src/com/earth2me/essentials/signs/SignException.java @@ -7,7 +7,7 @@ public class SignException extends Exception { super(message); } - + public SignException(final String message, final Throwable throwable) { super(message, throwable); |