#2688: Protect the plugin manager from 3rd party modifications

This commit is contained in:
MrIvanPlays 2020-02-20 12:24:01 +11:00 committed by md_5
parent f41b1fc821
commit c46b14b92c

View File

@ -40,7 +40,7 @@ import org.yaml.snakeyaml.introspector.PropertyUtils;
* example event handling and plugin management.
*/
@RequiredArgsConstructor
public class PluginManager
public final class PluginManager
{
/*========================================================================*/