From 40f5911ceb00489db8a25be51c9acad46c61f1d9 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 1 Mar 2014 06:44:45 -0500 Subject: [PATCH] checkstyle fixes Former-commit-id: f274d6f4fc1103f7cde5ab8bfbe73f3ee4163af9 --- .../src/main/java/org/owasp/dependencycheck/utils/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java index 01d876fb5..2ef8d4f88 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java @@ -146,7 +146,7 @@ public final class Settings { */ public static final String ANALYZER_NEXUS_URL = "analyzer.nexus.url"; /** - * The properties key for using the proxy to reach Nexus + * The properties key for using the proxy to reach Nexus. */ public static final String ANALYZER_NEXUS_PROXY = "analyzer.nexus.proxy"; /**