mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Suppress sonar warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user