7273747576777879808182
return; } IRepositoryRoot root = repository.getRoots().get(key); if (root == null) { root = new ClasspathRoot(repository, dir, projectDir); } else { repository.removeRoot(key); } root.updateItems(force);