From 11a634b9be6c495f5bcb56831d5a9790395bc352 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 11 Jan 2014 12:41:30 -0500 Subject: [PATCH] updated package info Former-commit-id: 61a2ac8c1d1888e508118805752d67e23e63bce3 --- .../data/update/xml/package-info.java | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 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 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.

* * -*/ - -package org.owasp.dependencycheck.data.update; + */ +package org.owasp.dependencycheck.data.update.xml;