diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/xml/package-info.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/xml/package-info.java index a6251592d..f98409da6 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/xml/package-info.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/xml/package-info.java @@ -5,14 +5,12 @@ * *
*Contains classes used to parse the NVD CVE XML file.
- *The basic use is that the Importer is called to import - * an NVD CVE file. The Importer instantiates an Indexer object - * (which extends Index). The Indexer creates a partial-unmarshalling - * SAX parser (implemented in the NvdCveXmlFilter) that extracts - * VulnerabilityTypes (aka Entry) from the NVD CVE data file and - * stores these into a Lucene Index.
+ *The basic use is that the Importer is called to import an NVD CVE file. + * The Importer instantiates an Indexer object (which extends Index). The + * Indexer creates a partial-unmarshalling SAX parser (implemented in the + * NvdCveXmlFilter) that extracts VulnerabilityTypes (aka Entry) from the NVD + * CVE data file and stores these into a Lucene Index.
* *