Fix compile errors

This commit is contained in:
Andrew Steinborn
2021-05-14 16:28:16 -04:00
parent ee2870aafb
commit 07f8980f82
4 changed files with 37 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ package com.velocitypowered.proxy.event;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import com.velocitypowered.api.event.Event;
import com.velocitypowered.api.event.EventTask;
import com.velocitypowered.api.event.PostOrder;
import com.velocitypowered.api.event.Subscribe;
@@ -41,7 +42,7 @@ public class EventTest {
eventManager.shutdown();
}
static final class TestEvent {
static final class TestEvent implements Event {
}
static void assertAsyncThread(final Thread thread) {