mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-04-19 19:08:16 +02:00
Fix compile errors
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user