diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/cpe/package-info.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/cpe/package-info.java index 3176a4ea5..a3febfbbf 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/cpe/package-info.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/cpe/package-info.java @@ -1,5 +1,5 @@ /** - * Contains classes used to parse the CPE XML file from NIST.

+ * Contains classes used to parse the CPE XML file from NIST.

* * These classes are not used as they add no value over the existing CPE data contained within the CVE data from the NVD. However, * we may consider pulling the more descriptive data from the CPE data in the future.