This commit is contained in:
snowleo 2011-06-08 03:40:00 +02:00
parent 99268b9d9e
commit e0597f2df1
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -7,7 +7,7 @@ public class SignException extends Exception
{
super(message);
}
public SignException(final String message, final Throwable throwable)
{
super(message, throwable);