mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-18 12:31:26 +02:00
Cleanup
This commit is contained in:
@@ -3,7 +3,6 @@ package com.earth2me.essentials.commands;
|
|||||||
import org.bukkit.Server;
|
import org.bukkit.Server;
|
||||||
import com.earth2me.essentials.User;
|
import com.earth2me.essentials.User;
|
||||||
import com.earth2me.essentials.Util;
|
import com.earth2me.essentials.Util;
|
||||||
import java.util.logging.Level;
|
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ public class SignException extends Exception
|
|||||||
{
|
{
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SignException(final String message, final Throwable throwable)
|
public SignException(final String message, final Throwable throwable)
|
||||||
{
|
{
|
||||||
super(message, throwable);
|
super(message, throwable);
|
||||||
|
Reference in New Issue
Block a user