updated javadoc author

Former-commit-id: 022735ae188f0db1dc859581c0a6583b8c669b5f
This commit is contained in:
Jeremy Long
2015-04-05 09:21:41 -04:00
parent e6a2c5b5b4
commit 608b95e941

View File

@@ -35,7 +35,7 @@ import org.owasp.dependencycheck.utils.UrlStringUtils;
/** /**
* Used to maintain a collection of Evidence. * Used to maintain a collection of Evidence.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class EvidenceCollection implements Serializable, Iterable<Evidence> { public class EvidenceCollection implements Serializable, Iterable<Evidence> {