updated javadoc author

Former-commit-id: d13fac65cb7ed951698130523baaf241146addde
This commit is contained in:
Jeremy Long
2015-04-05 09:21:38 -04:00
parent 8281fb09fc
commit 9ffda6cd17

View File

@@ -40,7 +40,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
* A callable object to download two files.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class DownloadTask implements Callable<Future<ProcessTask>> {