mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Cleanup
This commit is contained in:
parent
99268b9d9e
commit
e0597f2df1
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue