updated javadoc author

Former-commit-id: 3f11465c5f678401d93b0aa12ce267ca0ba3d523
This commit is contained in:
Jeremy Long
2015-04-05 09:21:37 -04:00
parent 4597c13d9a
commit b6988f96fb

View File

@@ -20,7 +20,7 @@ package org.owasp.dependencycheck.data.update.exception;
/** /**
* An InvalidDataDataException is a generic exception used when trying to load the NVD CVE meta data. * An InvalidDataDataException is a generic exception used when trying to load the NVD CVE meta data.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class InvalidDataException extends Exception { public class InvalidDataException extends Exception {