mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +01:00
updated javadoc - checkstyle
Former-commit-id: a22973e158a4dfcc99e97d020e003811a4192bd1
This commit is contained in:
@@ -134,15 +134,8 @@ public class App {
|
|||||||
/**
|
/**
|
||||||
* Updates the global Settings.
|
* Updates the global Settings.
|
||||||
*
|
*
|
||||||
* @param autoUpdate whether or not to update cached web data sources
|
* @param cli a reference to the CLI Parser that contains the command line arguments used to set the corresponding
|
||||||
* @param connectionTimeout the timeout to use when downloading resources (null or blank will use default)
|
* settings in the core engine.
|
||||||
* @param proxyUrl the proxy url (null or blank means no proxy will be used)
|
|
||||||
* @param proxyPort the proxy port (null or blank means no port will be used)
|
|
||||||
* @param proxyUser the proxy user name
|
|
||||||
* @param proxyPass the password for the proxy
|
|
||||||
* @param dataDirectory the directory to store/retrieve persistent data from
|
|
||||||
* @param propertiesFile the properties file to utilize
|
|
||||||
* @param suppressionFile the path to the suppression file
|
|
||||||
*/
|
*/
|
||||||
private void updateSettings(CliParser cli) {
|
private void updateSettings(CliParser cli) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user