mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
healthcehck formatting fixed
This commit is contained in:
@@ -78,7 +78,7 @@ public class UserCheck extends Check {
|
||||
// empty group
|
||||
List<String> egs = Core.getEmptyGroups();
|
||||
ret += String.format(
|
||||
" Empty groups: #%d\n %s\n",
|
||||
"Empty groups: #%d\n %s\n",
|
||||
egs.size(), StringUtils.join(egs, ",\n "));
|
||||
|
||||
List<Integer> subs = Core.getSubscribers();
|
||||
|
Reference in New Issue
Block a user