updated javadoc author

Former-commit-id: ea95eaf016057dd9316d3841f453d2c2cb7cac61
This commit is contained in:
Jeremy Long
2015-04-05 09:21:37 -04:00
parent acf7297c8d
commit 4597c13d9a

View File

@@ -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
* and processed.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class UpdateableNvdCve implements java.lang.Iterable<NvdCveInfo>, Iterator<NvdCveInfo> {