added a comment

This commit is contained in:
Jannik 2019-03-01 19:00:04 +01:00
parent e47f3ea2f7
commit 0786770e97
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class XMLController {
private static double fontSize = 17; private static double fontSize = 17;
private static ResourceBundle localBundle = ResourceBundle.getBundle("locals.HomeFlix-Local", Locale.US); private static ResourceBundle localBundle = ResourceBundle.getBundle("locals.HomeFlix-Local", Locale.US);
// user settings // api settings
private static String omdbAPIKey; private static String omdbAPIKey;
private static final Logger LOGGER = LogManager.getLogger(XMLController.class.getName()); private static final Logger LOGGER = LogManager.getLogger(XMLController.class.getName());