updated javadoc author

Former-commit-id: 05a564adebe1121e20d3be4d961ed4b09f94742d
This commit is contained in:
Jeremy Long
2015-04-05 09:21:44 -04:00
parent 5122808189
commit 11716128df

View File

@@ -45,7 +45,7 @@ import org.owasp.dependencycheck.utils.Settings;
* The ReportGenerator is used to, as the name implies, generate reports. Internally the generator uses the Velocity * The ReportGenerator is used to, as the name implies, generate reports. Internally the generator uses the Velocity
* Templating Engine. The ReportGenerator exposes a list of Dependencies to the template when generating the report. * Templating Engine. The ReportGenerator exposes a list of Dependencies to the template when generating the report.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class ReportGenerator { public class ReportGenerator {