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 {