fix: javadoc

This commit is contained in:
zaaarf 2023-08-23 22:59:48 +02:00
parent eb63d98240
commit 3438b7a38f
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

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