From 08eae2b09ca32a1ae55fd0ef62ceb9ef60446749 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 5 Apr 2015 09:31:31 -0400 Subject: [PATCH] updated package-info Former-commit-id: 206b5f173ad7f2f87dc5a5ff8232a4099f07ef29 --- .../data/update/package-info.java | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/package-info.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/package-info.java index 2f7be0a40..e8b5155d4 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/package-info.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/package-info.java @@ -1,15 +1,9 @@ /** - * - * - * org.owasp.dependencycheck.data.update - * - * - *

Contains classes used to update the data stores.

- *

The UpdateService will load, any correctly defined CachedWebDataSource(s) - * and call update() on them. The Cached Data Source must determine if it needs - * to be updated and if so perform the update. The sub packages contain classes - * used to perform the actual updates.

- * - * + * + * Contains classes used to update the data stores.

+ * + * The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. The Cached Data Source + * must determine if it needs to be updated and if so perform the update. The sub packages contain classes used to perform the + * actual updates. */ package org.owasp.dependencycheck.data.update;