checkstyle correction

Former-commit-id: 542c5817a18cc0f372dabd8e8010c4c93b5ef34b
This commit is contained in:
Jeremy Long
2014-04-28 08:19:54 -04:00
parent 9e0ed57cec
commit a87c677a35

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.
*