updated javadoc author

Former-commit-id: a3289db80cf37f081d3ae56e9ad27914398b92d6
This commit is contained in:
Jeremy Long
2015-04-05 09:21:20 -04:00
parent 9a8b61ae47
commit b50bcde028

View File

@@ -47,7 +47,7 @@ import org.owasp.dependencycheck.utils.Settings;
* Scans files, directories, etc. for Dependencies. Analyzers are loaded and used to process the files found by the scan, if a
* file is encountered and an Analyzer is associated with the file type then the file is turned into a dependency.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class Engine {