Updated Javadoc

This commit is contained in:
Eric 2016-07-02 14:22:47 +02:00
parent 8b736da181
commit dae00a2013

View File

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