mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 01:51:49 +01:00
doclint fixes
This commit is contained in:
@@ -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
|
* Merges a new properties file into the current properties. This method allows for the loading of a user provided properties
|
||||||
* file.<br/><br/>
|
* file.<br><br>
|
||||||
* Note: even if using this method - system properties will be loaded before properties loaded from files.
|
* <b>Note</b>: 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.
|
* @param filePath the path to the properties file to merge.
|
||||||
* @throws FileNotFoundException is thrown when the filePath points to a non-existent file
|
* @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
|
* Merges a new properties file into the current properties. This method allows for the loading of a user provided properties
|
||||||
* file.<br/><br/>
|
* file.<br><br>
|
||||||
* Note: even if using this method - system properties will be loaded before properties loaded from files.
|
* 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.
|
* @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
|
* Merges a new properties file into the current properties. This method allows for the loading of a user provided properties
|
||||||
* file.<br/><br/>
|
* file.<br><br>
|
||||||
* Note: even if using this method - system properties will be loaded before properties loaded from files.
|
* <b>Note</b>: 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
|
* @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
|
* @throws IOException is thrown when there is an exception loading/merging the properties
|
||||||
|
|||||||
Reference in New Issue
Block a user