Suppress sonar warning

This commit is contained in:
René Pfeuffer
2018-11-23 12:46:24 +01:00
parent c0000df508
commit 8b8240319b

View File

@@ -449,6 +449,7 @@ public class HgHookCallbackServlet extends HttpServlet
*
* @return
*/
@SuppressWarnings("squid:S2083") // we do nothing with the path given, so this should be no issue
private String getRepositoryId(HttpServletRequest request)
{
String id = null;