Corrected PluginProps javadoc

This commit is contained in:
Auxilor
2022-02-03 17:43:40 +00:00
parent 979ddf0ff0
commit a1c70d2081

View File

@@ -9,8 +9,6 @@ import java.util.Map;
/**
* Plugin props are the arguments related to the plugin that are required on start-up.
* Marked as internal as the props may change / update, which will cause problems if
* you create props objects outside using parsers.
* <p>
* This class is complex in how it works intentionally. This is done so that fields can be
* added to the props without breaking API backwards compatibility. Thus, there is no public