From be3fa7b940ee41da804add94aa783b948d78824b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 25 Jan 2014 11:03:28 -0500 Subject: [PATCH] updated javadoc - checkstyle Former-commit-id: dade094f81ab4fa6889608cd1eef6903c0608bfc --- .../src/main/java/org/owasp/dependencycheck/App.java | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java b/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java index 86e06ef55..84b734316 100644 --- a/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java +++ b/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java @@ -134,15 +134,8 @@ public class App { /** * Updates the global Settings. * - * @param autoUpdate whether or not to update cached web data sources - * @param connectionTimeout the timeout to use when downloading resources (null or blank will use default) - * @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 + * @param cli a reference to the CLI Parser that contains the command line arguments used to set the corresponding + * settings in the core engine. */ private void updateSettings(CliParser cli) {