1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 12:31:26 +02:00
This commit is contained in:
snowleo
2011-06-08 03:40:00 +02:00
parent 4461153f73
commit c6f75a2242
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 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;

View File

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