updated javadoc author

Former-commit-id: df80e5ee5504e57c95cc89e9af8d9c8910074ab0
This commit is contained in:
Jeremy Long
2015-04-05 09:21:21 -04:00
parent 5db51a2abf
commit e9c1ae1893

View File

@@ -25,7 +25,7 @@ import org.owasp.dependencycheck.dependency.Dependency;
* An interface that defines an Analyzer that is used to identify Dependencies. An analyzer will collect information
* about the dependency in the form of Evidence.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public interface Analyzer {