mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-28 01:21:24 +01:00
Added annotations to BaseConfig
This commit is contained in:
parent
6fa3330fc2
commit
7367f8feef
@ -44,7 +44,8 @@ public abstract class BaseConfig extends PluginDependent {
|
||||
* @param configName The name of the config
|
||||
* @param removeUnused Whether keys not present in the default config should be removed on update.
|
||||
*/
|
||||
protected BaseConfig(String configName, boolean removeUnused) {
|
||||
protected BaseConfig(@NotNull final String configName,
|
||||
final boolean removeUnused) {
|
||||
super(AbstractEcoPlugin.getInstance());
|
||||
this.name = configName + ".yml";
|
||||
this.removeUnused = removeUnused;
|
||||
|
Loading…
Reference in New Issue
Block a user