mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +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)
|
||||
{
|
||||
// TODO #8783
|
||||
Repository repository = null; //manager.get(type, repositoryName);
|
||||
/*Repository repository = null; //manager.get(type, repositoryName);
|
||||
|
||||
if (repository != null)
|
||||
{
|
||||
@@ -750,7 +750,7 @@ public class RepositoryImportResource
|
||||
{
|
||||
logger.warn("could not find imported repository {}",
|
||||
repositoryName);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user