diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/ScanAgentException.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/ScanAgentException.java index 4b325e234..b0be8bfc4 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/ScanAgentException.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/ScanAgentException.java @@ -48,7 +48,7 @@ public class ScanAgentException extends IOException { } /** - * Creates a new NoDataException. + * Creates a new ScanAgentException. * * @param ex the cause of the exception. */