updated javadoc author

Former-commit-id: 3bdcfe1fae3dca5c0c934c97b1c48e117255de09
This commit is contained in:
Jeremy Long
2015-04-05 09:21:38 -04:00
parent 9ffda6cd17
commit 764aa466f4

View File

@@ -42,7 +42,7 @@ import org.xml.sax.SAXException;
/** /**
* A callable task that will process a given set of NVD CVE xml files and update the Cve Database accordingly. * A callable task that will process a given set of NVD CVE xml files and update the Cve Database accordingly.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class ProcessTask implements Callable<ProcessTask> { public class ProcessTask implements Callable<ProcessTask> {