mmoayyed commented on code in PR #1004: URL: https://github.com/apache/syncope/pull/1004#discussion_r1980693169
########## client/idm/console/src/main/java/org/apache/syncope/client/console/status/ReconTaskPanel.java: ########## @@ -143,7 +143,7 @@ protected Iterator<String> getChoices(final String input) { ? RealmsUtils.buildRootQuery() : RealmsUtils.buildKeywordQuery(input)).getResult()) : List.<RealmTO>of()).stream(). - map(RealmTO::getFullPath).collect(Collectors.toList()).iterator(); + map(RealmTO::getFullPath).toList().iterator(); Review Comment: Good point, thank you. I have revised all instances of this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org