Added private static final UID

This commit is contained in:
durron597
2010-12-31 20:38:17 -05:00
parent 9f2a9d4674
commit 9e4f3707a2
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
package org.bukkit.event;
public class EventException extends Exception {
private final Throwable cause;
private static final long serialVersionUID = 3532808232324183999L;
private final Throwable cause;
/**
* Constructs a new EventException based on the given Exception