Skip to content
Snippets Groups Projects
Commit 68bb1b1a authored by User expired's avatar User expired
Browse files

openolat#88: set the new maxEntries value to 10

parent 989f485a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ public class ExternalCourseSearchListProvider implements ListProvider {
@Override
public int getMaxEntries() {
return 20;
return 10;
}
}
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