diff --git a/src/de/epiceric/shopchest/ShopChest.java b/src/de/epiceric/shopchest/ShopChest.java index e0db978..c70e206 100644 --- a/src/de/epiceric/shopchest/ShopChest.java +++ b/src/de/epiceric/shopchest/ShopChest.java @@ -51,9 +51,7 @@ public class ShopChest extends JavaPlugin { private LanguageConfiguration langConfig; /** - * Get an instance of ShopChest - * - * @return + * @return An instance of ShopChest */ public static ShopChest getInstance() { return instance; @@ -61,7 +59,7 @@ public class ShopChest extends JavaPlugin { /** * Sets up the economy of Vault - * @return + * @return Whether an economy plugin has been registered */ private boolean setupEconomy() { RegisteredServiceProvider rsp = getServer().getServicesManager().getRegistration(Economy.class); @@ -74,7 +72,7 @@ public class ShopChest extends JavaPlugin { /** * Sets up the permissions of Vault - * @return + * @return Whether a permissions plugin has been registered */ private boolean setupPermissions() { RegisteredServiceProvider rsp = getServer().getServicesManager().getRegistration(Permission.class);