From 2081240e1c64be3dd0327f6c876b41f460894c70 Mon Sep 17 00:00:00 2001 From: Vankka Date: Sun, 20 Oct 2024 14:56:57 +0300 Subject: [PATCH] Correct documentation --- .../com/discordsrv/common/abstraction/bootstrap/IBootstrap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/discordsrv/common/abstraction/bootstrap/IBootstrap.java b/common/src/main/java/com/discordsrv/common/abstraction/bootstrap/IBootstrap.java index e44931d1..290bd231 100644 --- a/common/src/main/java/com/discordsrv/common/abstraction/bootstrap/IBootstrap.java +++ b/common/src/main/java/com/discordsrv/common/abstraction/bootstrap/IBootstrap.java @@ -24,7 +24,7 @@ import dev.vankka.dependencydownload.classpath.ClasspathAppender; import java.nio.file.Path; /** - * The plugin-/mod main "startup" class that the server sees. + * Bootstrap type that sits between the plugin/mod main class and the {@link com.discordsrv.common.DiscordSRV} instance. */ public interface IBootstrap {