mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Suppress sonar warning
This commit is contained in:
@@ -449,6 +449,7 @@ public class HgHookCallbackServlet extends HttpServlet
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("squid:S2083") // we do nothing with the path given, so this should be no issue
|
||||||
private String getRepositoryId(HttpServletRequest request)
|
private String getRepositoryId(HttpServletRequest request)
|
||||||
{
|
{
|
||||||
String id = null;
|
String id = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user