mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-01 06:33:46 +02:00
minor fix to javadoc
This commit is contained in:
@@ -837,7 +837,7 @@ public class DependencyCheckScanAgent {
|
|||||||
*
|
*
|
||||||
* @param engine a dependency-check engine
|
* @param engine a dependency-check engine
|
||||||
* @param outDirectory the directory to write the reports to
|
* @param outDirectory the directory to write the reports to
|
||||||
* @throw ScanAgentException thrown if there is an error generating the
|
* @throws ScanAgentException thrown if there is an error generating the
|
||||||
* report
|
* report
|
||||||
*/
|
*/
|
||||||
private void generateExternalReports(Engine engine, File outDirectory) throws ScanAgentException {
|
private void generateExternalReports(Engine engine, File outDirectory) throws ScanAgentException {
|
||||||
|
|||||||
Reference in New Issue
Block a user