mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
checkstyle correction
Former-commit-id: 542c5817a18cc0f372dabd8e8010c4c93b5ef34b
This commit is contained in:
@@ -45,12 +45,12 @@ public class App {
|
|||||||
* The location of the log properties configuration file.
|
* The location of the log properties configuration file.
|
||||||
*/
|
*/
|
||||||
private static final String LOG_PROPERTIES_FILE = "log.properties";
|
private static final String LOG_PROPERTIES_FILE = "log.properties";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The logger.
|
* The logger.
|
||||||
*/
|
*/
|
||||||
private static final Logger LOGGER = Logger.getLogger(App.class.getName());
|
private static final Logger LOGGER = Logger.getLogger(App.class.getName());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The main method for the application.
|
* The main method for the application.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user