mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-26 19:18:29 +01:00
Cleanup
This commit is contained in:
parent
99268b9d9e
commit
e0597f2df1
@ -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;
|
||||
|
||||
|
@ -7,7 +7,7 @@ public class SignException extends Exception
|
||||
{
|
||||
super(message);
|
||||
}
|
||||
|
||||
|
||||
public SignException(final String message, final Throwable throwable)
|
||||
{
|
||||
super(message, throwable);
|
||||
|
Loading…
Reference in New Issue
Block a user