updated javadoc author

Former-commit-id: e47179411fd0dff94f876f7db37e69584fd3786b
This commit is contained in:
Jeremy Long
2015-04-05 09:21:44 -04:00
parent 3c1905f941
commit 5122808189

View File

@@ -27,7 +27,7 @@ import org.apache.commons.lang.StringEscapeUtils;
* An extremely simple wrapper around various escape utils to perform URL and HTML encoding within the reports. This
* class was created to simplify the velocity configuration and avoid using the "built-in" escape tool.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class EscapeTool {