Fix typo in PluginBootstrap javadocs (#12821)
This commit is contained in:
parent
fcfc6c3fe8
commit
4000fcc3d7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public interface PluginBootstrap {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called by the server to instantiate your main class.
|
* Called by the server to instantiate your main class.
|
||||||
* Plugins may override this logic to define custom creation logic for said instance, like passing addition
|
* Plugins may override this logic to define custom creation logic for said instance, like passing additional
|
||||||
* constructor arguments.
|
* constructor arguments.
|
||||||
*
|
*
|
||||||
* @param context the server created bootstrap object
|
* @param context the server created bootstrap object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue