135136137138139140141
} } if (repositories.size() == 1) { return repositories.get(0); } return new CompositeSourceRepository(repositories); }