mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
updated package-info
Former-commit-id: 206b5f173ad7f2f87dc5a5ff8232a4099f07ef29
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
/**
|
||||
* <html>
|
||||
* <head>
|
||||
* <title>org.owasp.dependencycheck.data.update</title>
|
||||
* </head>
|
||||
* <body>
|
||||
* <p>Contains classes used to update the data stores.</p>
|
||||
* <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>
|
||||
*
|
||||
* Contains classes used to update the data stores.<br/><br/>
|
||||
*
|
||||
* 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;
|
||||
|
||||
Reference in New Issue
Block a user