doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:32 -05:00
parent 4a4c1e75da
commit 0e31e59759

View File

@@ -22,7 +22,7 @@ import java.io.IOException;
/** /**
* An exception used when using @{link DependencyCheckScanAgent} to conduct a scan and the scan fails. * An exception used when using @{link DependencyCheckScanAgent} to conduct a scan and the scan fails.
* *
* @author Steve Springett <steve.springett@owasp.org> * @author Steve Springett
*/ */
public class ScanAgentException extends IOException { public class ScanAgentException extends IOException {