From 75b3f4b3c8fef8d35aa636bcc57bdb538e4eacb3 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 5 Apr 2015 09:31:32 -0400 Subject: [PATCH] updated package-info Former-commit-id: 191f7b8866bdc2e5c9ea9b5aac2c4ab1a23a5881 --- .../data/update/xml/package-info.java | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) 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 @@ /** - * - * - * org.owasp.dependencycheck.data.nvdcve.xml - * - * - *

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.

+ * + * 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. */ package org.owasp.dependencycheck.data.update.xml;