updated package-info

Former-commit-id: 206b5f173ad7f2f87dc5a5ff8232a4099f07ef29
This commit is contained in:
Jeremy Long
2015-04-05 09:31:31 -04:00
parent c94f9e2d2b
commit 08eae2b09c

View File

@@ -1,15 +1,9 @@
/** /**
* <html> *
* <head> * Contains classes used to update the data stores.<br/><br/>
* <title>org.owasp.dependencycheck.data.update</title> *
* </head> * The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. The Cached Data Source
* <body> * must determine if it needs to be updated and if so perform the update. The sub packages contain classes used to perform the
* <p>Contains classes used to update the data stores.</p> * actual updates.
* <p>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.</p>
* </body>
* </html>
*/ */
package org.owasp.dependencycheck.data.update; package org.owasp.dependencycheck.data.update;