refactor: ununsed yaml instance
This commit is contained in:
parent
5fbcdf5de2
commit
7277a86e7f
1 changed files with 0 additions and 2 deletions
|
@ -3,12 +3,10 @@ package net.artelnatif.nicko.i18n;
|
||||||
import com.github.jsixface.YamlConfig;
|
import com.github.jsixface.YamlConfig;
|
||||||
import de.studiocode.invui.util.IOUtils;
|
import de.studiocode.invui.util.IOUtils;
|
||||||
import net.artelnatif.nicko.NickoBukkit;
|
import net.artelnatif.nicko.NickoBukkit;
|
||||||
import org.yaml.snakeyaml.Yaml;
|
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
|
||||||
public class LocaleFileManager {
|
public class LocaleFileManager {
|
||||||
private final Yaml yaml = new Yaml();
|
|
||||||
private final File folder = new File(NickoBukkit.getInstance().getDataFolder() + "/lang/");
|
private final File folder = new File(NickoBukkit.getInstance().getDataFolder() + "/lang/");
|
||||||
private final File file = new File(folder, "lang.yml");
|
private final File file = new File(folder, "lang.yml");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue