From 2605bc182e7c2e0e17b8a32df9f901c9a98a2318 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 5 Mar 2016 13:18:25 -0500 Subject: [PATCH] doclint fixes --- .../dependencycheck/analyzer/PythonDistributionAnalyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java index 55497f07e..96b6d0656 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java @@ -48,7 +48,7 @@ import org.owasp.dependencycheck.utils.UrlStringUtils; * Used to analyze a Wheel or egg distribution files, or their contents in unzipped form, and collect information that can be used * to determine the associated CPE. * - * @author Dale Visser + * @author Dale Visser */ public class PythonDistributionAnalyzer extends AbstractFileTypeAnalyzer {