ilgrosso commented on code in PR #958:
URL: https://github.com/apache/syncope/pull/958#discussion_r1922587550


##########
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:
   I think it was inserted for efficiency; anyway, since it was there and your 
change is removing it, I was asking for the reason



-- 
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

Reply via email to