ilgrosso commented on code in PR #1127: URL: https://github.com/apache/syncope/pull/1127#discussion_r2184917647
########## core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/repo/GroupRepoExt.java: ########## @@ -48,7 +49,7 @@ public interface GroupRepoExt extends AnyRepoExt<Group> { List<AMembership> findAMemberships(Group group); Review Comment: This method shall be removed altogether ########## core/persistence-neo4j/src/main/java/org/apache/syncope/core/persistence/neo4j/dao/repo/GroupRepoExt.java: ########## @@ -48,7 +49,7 @@ public interface GroupRepoExt extends AnyRepoExt<Group> { List<AMembership> findAMemberships(Group group); Review Comment: This method shall be removed altogether -- 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