mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 15:54:52 +01:00
updated package-info
Former-commit-id: 206b5f173ad7f2f87dc5a5ff8232a4099f07ef29
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user