mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-7068 updates from review
This commit is contained in:
@@ -574,7 +574,7 @@ public class HoldServiceImpl extends ServiceBaseImpl
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
Stream<String> stream1 = heldNames.stream();
|
||||
stream1.limit(MAX_HELD_ITEMS_LIST_SIZE).forEach((name) -> {
|
||||
stream1.limit(MAX_HELD_ITEMS_LIST_SIZE).forEach(name -> {
|
||||
sb.append("\n ");
|
||||
sb.append("'");
|
||||
sb.append(name);
|
||||
|
Reference in New Issue
Block a user