From a1c70d2081fc9a11e9eaa23b7fb377677bbd3422 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 17:43:40 +0000 Subject: [PATCH] Corrected PluginProps javadoc --- eco-api/src/main/java/com/willfp/eco/core/PluginProps.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/PluginProps.java b/eco-api/src/main/java/com/willfp/eco/core/PluginProps.java index 44b973c5..1764327b 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/PluginProps.java +++ b/eco-api/src/main/java/com/willfp/eco/core/PluginProps.java @@ -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. *

* 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