9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-19 15:09:26 +00:00

Codestyle

This commit is contained in:
Auxilor
2021-01-17 18:45:03 +00:00
parent fbd104595d
commit aa2810a160
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import java.util.List;
@SuppressWarnings("unused")
public class EcoArmorPlugin extends AbstractEcoPlugin {
/**
* Instance of EcoArmor
* Instance of EcoArmor.
*/
@Getter
private static EcoArmorPlugin instance;

View File

@@ -54,4 +54,4 @@ public class CrystalListener extends PluginDependent implements Listener {
event.setCancelled(true);
}
}
}