checkstyle correction

Former-commit-id: aa79d696daa8e21ba2f3004916e97e213bf0fca1
This commit is contained in:
Jeremy Long
2014-04-28 08:19:54 -04:00
parent 6857f6d8f8
commit 3d365eb258

View File

@@ -45,12 +45,12 @@ public class App {
* The location of the log properties configuration file.
*/
private static final String LOG_PROPERTIES_FILE = "log.properties";
/**
* The logger.
*/
private static final Logger LOGGER = Logger.getLogger(App.class.getName());
/**
* The main method for the application.
*