Java: Add further missing </p> to qhelp

This commit is contained in:
lcartey@github.com
2020-08-11 15:28:55 +01:00
parent 8a65dd2cd6
commit e1d4b98923

View File

@@ -34,7 +34,7 @@ class to exclude known safe external APIs from future analysis.</p>
<example>
<p>In this first example, a request parameter is read from <code>HttpServletRequest</code> and then ultimately used in a call to the
<code>HttpServletResponse.sendError</code> external API:
<code>HttpServletResponse.sendError</code> external API:</p>
<sample src="ExternalAPISinkExample.java" />