mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
updated javadoc author
Former-commit-id: ea95eaf016057dd9316d3841f453d2c2cb7cac61
This commit is contained in:
@@ -30,7 +30,7 @@ import org.owasp.dependencycheck.utils.Downloader;
|
|||||||
* Contains a collection of updateable NvdCveInfo objects. This is used to determine which files need to be downloaded
|
* Contains a collection of updateable NvdCveInfo objects. This is used to determine which files need to be downloaded
|
||||||
* and processed.
|
* and processed.
|
||||||
*
|
*
|
||||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
* @author Jeremy Long
|
||||||
*/
|
*/
|
||||||
public class UpdateableNvdCve implements java.lang.Iterable<NvdCveInfo>, Iterator<NvdCveInfo> {
|
public class UpdateableNvdCve implements java.lang.Iterable<NvdCveInfo>, Iterator<NvdCveInfo> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user