Correct documentation

This commit is contained in:
Vankka 2024-10-20 14:56:57 +03:00
parent a6e80f52cc
commit 2081240e1c
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

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