updated javadoc author

Former-commit-id: 1f78887b2fefcfaf5b995f0e3c0f177507fc8af3
This commit is contained in:
Jeremy Long
2015-04-05 09:21:55 -04:00
parent b6d3efa042
commit a322556c66

View File

@@ -25,7 +25,7 @@ import org.owasp.dependencycheck.data.nvdcve.BaseDBTestCase;
* An abstract database test case that is used to ensure the H2 DB exists prior to performing tests that utilize the
* data contained within.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public abstract class AbstractDatabaseTestCase extends BaseTest {