From b425411357c9b07405e4d5b61aefa5a4633ee46b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 5 Mar 2016 13:18:42 -0500 Subject: [PATCH] doclint fixes --- .../java/org/owasp/dependencycheck/utils/Settings.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java index 1ef117eb8..270696b0a 100644 --- a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java +++ b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java @@ -527,8 +527,8 @@ public final class Settings { /** * Merges a new properties file into the current properties. This method allows for the loading of a user provided properties - * file.

- * Note: even if using this method - system properties will be loaded before properties loaded from files. + * file.

+ * Note: even if using this method - system properties will be loaded before properties loaded from files. * * @param filePath the path to the properties file to merge. * @throws FileNotFoundException is thrown when the filePath points to a non-existent file @@ -552,7 +552,7 @@ public final class Settings { /** * Merges a new properties file into the current properties. This method allows for the loading of a user provided properties - * file.

+ * file.

* Note: even if using this method - system properties will be loaded before properties loaded from files. * * @param filePath the path to the properties file to merge. @@ -577,8 +577,8 @@ public final class Settings { /** * Merges a new properties file into the current properties. This method allows for the loading of a user provided properties - * file.

- * Note: even if using this method - system properties will be loaded before properties loaded from files. + * file.

+ * Note: even if using this method - system properties will be loaded before properties loaded from files. * * @param stream an Input Stream pointing at a properties file to merge * @throws IOException is thrown when there is an exception loading/merging the properties