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