andrea-patricelli commented on code in PR #958: URL: https://github.com/apache/syncope/pull/958#discussion_r1922607096
########## core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/GroupDataBinderImpl.java: ########## @@ -460,12 +460,18 @@ public GroupTO getGroupTO(final String key) { return getGroupTO(groupDAO.authFind(key), true); } - protected static void populateTransitiveResources( - final Group group, final Any<?> any, final Map<String, PropagationByResource<String>> result) { + protected void populateTransitiveResources( Review Comment: Because I thought that there was no need to have it static, but now it's clear, going to keep it. -- 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