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 f98409da6..8dbc168c1 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 @@ -1,16 +1,8 @@ /** - * - *
- *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.
- * - * + * Contains classes used to parse the NVD CVE XML file.