diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 722a9f4..181c215 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,6 @@ - diff --git a/src/main/java/org/toop/eventbus/Events.java b/src/main/java/org/toop/eventbus/Events.java index 86de31a..439bff4 100644 --- a/src/main/java/org/toop/eventbus/Events.java +++ b/src/main/java/org/toop/eventbus/Events.java @@ -110,7 +110,6 @@ public class Events implements IEvents { */ public record StartServer(String port, String gameType) {} - /** * BLOCKING * Requests starting a server with a specific port and game type, and returns a CompletableFuture