Deprecation cleanup.

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-30 21:32:48 +01:00
parent fe4de0bb01
commit 75fd934339
165 changed files with 409 additions and 4280 deletions

View File

@@ -1,7 +1,6 @@
package org.bukkit.event;
public class EventException extends Exception {
private static final HandlerList handlers = new HandlerList();
private static final long serialVersionUID = 3532808232324183999L;
private final Throwable cause;