updated javadoc author

Former-commit-id: 1a683cf8ef016bab26be3653adc957ae5edd7cc3
This commit is contained in:
Jeremy Long
2015-04-05 09:21:32 -04:00
parent dc0ef70699
commit 12ff05208c

View File

@@ -21,7 +21,7 @@ package org.owasp.dependencycheck.data.nvdcve;
* An exception used to indicate the db4o database is corrupt. This could be due to invalid data or a complete failure
* of the db.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
class CorruptDatabaseException extends DatabaseException {