updated javadoc author

Former-commit-id: 9f8d8178aa290507894b8ea64cc6ca18ab72c6f6
This commit is contained in:
Jeremy Long
2015-04-05 09:21:33 -04:00
parent 81c5aa73d2
commit 59ce3bb64d

View File

@@ -20,7 +20,7 @@ package org.owasp.dependencycheck.data.nvdcve;
/**
* An exception thrown if an operation against the database fails.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class DatabaseException extends Exception {