mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
fixed type per issue #533
This commit is contained in:
@@ -658,7 +658,7 @@ public class CveDB {
|
|||||||
+ "If the problem persist try deleting the files in '{}' and running {} again. If the problem continues, please "
|
+ "If the problem persist try deleting the files in '{}' and running {} again. If the problem continues, please "
|
||||||
+ "create a log file (see documentation at http://jeremylong.github.io/DependencyCheck/) and open a ticket at "
|
+ "create a log file (see documentation at http://jeremylong.github.io/DependencyCheck/) and open a ticket at "
|
||||||
+ "https://github.com/jeremylong/DependencyCheck/issues and include the log file.\n\n",
|
+ "https://github.com/jeremylong/DependencyCheck/issues and include the log file.\n\n",
|
||||||
dd, dd, Settings.getString(Settings.KEYS.APPLICATION_VAME));
|
dd, dd, Settings.getString(Settings.KEYS.APPLICATION_NAME));
|
||||||
LOGGER.debug("", ex);
|
LOGGER.debug("", ex);
|
||||||
} finally {
|
} finally {
|
||||||
DBUtils.closeResultSet(rs);
|
DBUtils.closeResultSet(rs);
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ public final class Settings {
|
|||||||
/**
|
/**
|
||||||
* The key to obtain the application name.
|
* The key to obtain the application name.
|
||||||
*/
|
*/
|
||||||
public static final String APPLICATION_VAME = "application.name";
|
public static final String APPLICATION_NAME = "application.name";
|
||||||
/**
|
/**
|
||||||
* The key to obtain the application version.
|
* The key to obtain the application version.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user