updated javadoc author

Former-commit-id: 92c8dc2bcbb8da1a41084acfa392326e32939e29
This commit is contained in:
Jeremy Long
2015-04-05 09:21:49 -04:00
parent 211d34fcef
commit cc2c18243e

View File

@@ -23,7 +23,7 @@ package org.owasp.dependencycheck.utils;
* @param <L> the type for the left element in the pair
* @param <R> the type for the right element in the pair
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class Pair<L, R> {