minor fix to javadoc

This commit is contained in:
Jeremy Long
2017-06-18 06:25:04 -04:00
parent d1ac0de740
commit c748d59146

View File

@@ -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 {