mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
uncomment the whole import block, to avoid sonarqube sonarqube mark it as bug
This commit is contained in:
@@ -740,7 +740,7 @@ public class RepositoryImportResource
|
|||||||
for (String repositoryName : repositoryNames)
|
for (String repositoryName : repositoryNames)
|
||||||
{
|
{
|
||||||
// TODO #8783
|
// TODO #8783
|
||||||
Repository repository = null; //manager.get(type, repositoryName);
|
/*Repository repository = null; //manager.get(type, repositoryName);
|
||||||
|
|
||||||
if (repository != null)
|
if (repository != null)
|
||||||
{
|
{
|
||||||
@@ -750,7 +750,7 @@ public class RepositoryImportResource
|
|||||||
{
|
{
|
||||||
logger.warn("could not find imported repository {}",
|
logger.warn("could not find imported repository {}",
|
||||||
repositoryName);
|
repositoryName);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user