Made LocalesManager final (so it cannot be extended)

also added authors :)
This commit is contained in:
Florian CUNY 2018-01-03 20:51:20 +01:00
parent 6ef6416c5a
commit c6ea8ff4c4

View File

@ -11,7 +11,11 @@ import us.tastybento.bskyblock.api.localization.BSBLocale;
import us.tastybento.bskyblock.config.Settings;
import us.tastybento.bskyblock.util.FileLister;
public class LocalesManager {
/**
* @author Tastybento, Poslovitch
*/
public final class LocalesManager {
private BSkyBlock plugin;
private HashMap<Locale, BSBLocale> languages = new HashMap<>();
final static String LOCALE_FOLDER = "locales";