From 1f0ad484806cb0fe68caa92900a5e4bc6b67b1b6 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 14:58:12 +0000 Subject: [PATCH] Updated props javadoc --- .../src/main/java/com/willfp/eco/core/EcoPluginProps.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/EcoPluginProps.java b/eco-api/src/main/java/com/willfp/eco/core/EcoPluginProps.java index 29917acb..257dfeb8 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/EcoPluginProps.java +++ b/eco-api/src/main/java/com/willfp/eco/core/EcoPluginProps.java @@ -91,7 +91,7 @@ public final class EcoPluginProps { } /** - * Get the proxy package + * Get the proxy package. * * @return The package. */ @@ -100,7 +100,7 @@ public final class EcoPluginProps { } /** - * Set the proxy package + * Set the proxy package. * * @param proxyPackage The proxy package. */ @@ -203,6 +203,7 @@ public final class EcoPluginProps { * @param proxyPackage The package where proxies can be found. * @param color The primary color of the plugin. * @param supportsExtensions If the plugin should attempt to look for extensions. + * @return The props. */ @ApiStatus.Internal static EcoPluginProps createSimple(final int resourceId,