diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java index 21373a472..5b8ab0811 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java @@ -56,7 +56,7 @@ public class AnalysisException extends Exception { } /** - * Creates a new DownloadFailedException. + * Creates a new AnalysisException. * * @param msg a message for the exception. * @param ex the cause of the failure.