updated javadoc author

Former-commit-id: fc7b5f76a67eaab2e78f6f385252030de63438c9
This commit is contained in:
Jeremy Long
2015-04-05 09:21:40 -04:00
parent 5934588b2c
commit a546aadba1

View File

@@ -38,7 +38,7 @@ import org.owasp.dependencycheck.utils.FileUtils;
* the dependency in the form of evidence. The Evidence is then used to determine if there are any known, published,
* vulnerabilities associated with the program dependency.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class Dependency implements Serializable, Comparable<Dependency> {