diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/ftbsc/geb/api/IEventDispatcher.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/ftbsc/geb/api/IEventDispatcher.java b/src/main/java/ftbsc/geb/api/IEventDispatcher.java index bdd7991..7b3b303 100644 --- a/src/main/java/ftbsc/geb/api/IEventDispatcher.java +++ b/src/main/java/ftbsc/geb/api/IEventDispatcher.java @@ -4,7 +4,6 @@ package ftbsc.geb.api; * The interface that the generated dispatchers will all use. * This interface isn't really meant to be used by humans, but it should work if your * use case requires it. - * @param <E> the type of event this dispatcher handles * @since 0.1.1 */ public interface IEventDispatcher { |