From 5506e58c98686e7f2ba95d452486c3b3d42c3140 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 5 Mar 2016 13:18:23 -0500 Subject: [PATCH] doclint fixes --- .../java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java index 93dff511d..55a81e216 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java @@ -41,14 +41,13 @@ import java.util.regex.Pattern; /** *

* Used to analyze CMake build files, and collect information that can be used to determine the associated CPE.

- *

*

* Note: This analyzer catches straightforward invocations of the project command, plus some other observed patterns of version * inclusion in real CMake projects. Many projects make use of older versions of CMake and/or use custom "homebrew" ways to insert * version information. Hopefully as the newer CMake call pattern grows in usage, this analyzer allow more CPEs to be * identified.

* - * @author Dale Visser + * @author Dale Visser */ public class CMakeAnalyzer extends AbstractFileTypeAnalyzer {