updated javadoc author

Former-commit-id: 1129346d7f495fa50b2f1c84c53817d3b0cab0e8
This commit is contained in:
Jeremy Long
2015-04-05 09:21:20 -04:00
parent 4d76c7685c
commit 7fe3c659e0

View File

@@ -31,7 +31,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
* The base FileTypeAnalyzer that all analyzers that have specific file types they analyze should extend.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public abstract class AbstractFileTypeAnalyzer extends AbstractAnalyzer implements FileTypeAnalyzer {