updated javadoc author

Former-commit-id: 2b327604180bb6f96d599f618af6e42e6a9cf1c2
This commit is contained in:
Jeremy Long
2015-04-05 09:21:21 -04:00
parent 7fe3c659e0
commit 63be1efed9

View File

@@ -38,7 +38,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
* Abstract base suppression analyzer that contains methods for parsing the suppression xml file.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public abstract class AbstractSuppressionAnalyzer extends AbstractAnalyzer {