doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:26 -05:00
parent 2605bc182e
commit 492157a502

View File

@@ -40,7 +40,7 @@ import java.util.regex.Pattern;
/** /**
* Used to analyze a Python package, and collect information that can be used to determine the associated CPE. * Used to analyze a Python package, and collect information that can be used to determine the associated CPE.
* *
* @author Dale Visser <dvisser@ida.org> * @author Dale Visser
*/ */
public class PythonPackageAnalyzer extends AbstractFileTypeAnalyzer { public class PythonPackageAnalyzer extends AbstractFileTypeAnalyzer {