Skip to content
Snippets Groups Projects
Commit d11959f3 authored by srosse's avatar srosse
Browse files

no-jira: fix after merge

parent 800b7dbe
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,7 @@ public class RepositorySearchController extends BasicController implements Activ
displaySearchResults(ureq);
}
private void doSearchById(Long id, Set<String> restrictedTypes) {
private void doSearchById(Long id, Collection<String> restrictedTypes) {
RepositoryManager rm = RepositoryManager.getInstance();
RepositoryEntry entry = rm.lookupRepositoryEntry(id);
List<RepositoryEntry> entries = new ArrayList<RepositoryEntry>(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment