From e1d4b989239295de2850f8df9e70a12e2afee645 Mon Sep 17 00:00:00 2001
From: "lcartey@github.com"
Date: Tue, 11 Aug 2020 15:28:55 +0100
Subject: [PATCH] Java: Add further missing
to qhelp
---
.../src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp b/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp
index 3a89f3a7af0..c606d2c8369 100644
--- a/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp
+++ b/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp
@@ -34,7 +34,7 @@ class to exclude known safe external APIs from future analysis.
In this first example, a request parameter is read from HttpServletRequest and then ultimately used in a call to the
-HttpServletResponse.sendError external API:
+HttpServletResponse.sendError external API: