updated javadoc author

Former-commit-id: be4a6f9d5c5d1f43ddbe2324a68036e6e459d1a2
This commit is contained in:
Jeremy Long
2015-04-05 09:21:42 -04:00
parent 04ab0e09d5
commit 919efc5037

View File

@@ -27,7 +27,7 @@ import org.owasp.dependencycheck.data.cpe.IndexEntry;
/**
* A record containing information about vulnerable software. This is referenced from a vulnerability.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class VulnerableSoftware extends IndexEntry implements Serializable, Comparable<VulnerableSoftware> {