From e0a296670642f849394a6ddec60e1d85ecf9bac8 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 5 Mar 2016 13:18:36 -0500 Subject: [PATCH] doclint fixes --- .../analyzer/PythonDistributionAnalyzerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java index 954d02274..bcc2ca041 100644 --- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java +++ b/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java @@ -33,7 +33,7 @@ import static org.junit.Assert.assertTrue; /** * Unit tests for PythonDistributionAnalyzer. * - * @author Dale Visser + * @author Dale Visser */ public class PythonDistributionAnalyzerTest extends BaseTest {