uncomment the whole import block, to avoid sonarqube sonarqube mark it as bug

This commit is contained in:
Sebastian Sdorra
2018-07-16 13:38:57 +02:00
parent 0a1ed6c6da
commit 25d1ac0821

View File

@@ -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);
}
}*/
}
}
}