ilgrosso commented on a change in pull request #321:
URL: https://github.com/apache/syncope/pull/321#discussion_r819591668
##########
File path:
core/idrepo/logic/src/main/java/org/apache/syncope/core/logic/UserLogic.java
##########
@@ -124,15 +125,14 @@ public UserLogic(
return Triple.of(
POJOHelper.serialize(AuthContextUtils.getAuthorizations()),
-
POJOHelper.serialize(delegationDAO.findValidDelegating(authenticatedUser.getKey())),
- binder.returnUserTO(authenticatedUser));
+
POJOHelper.serialize(delegationDAO.findValidDelegating(authenticatedUser.getKey())),
authenticatedUser);
Review comment:
Please revert this formatting-only change
##########
File path:
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/UserDataBinderImpl.java
##########
@@ -818,10 +847,10 @@ public UserTO getUserTO(final User user, final boolean
details) {
// memberships
userTO.getMemberships().addAll(
user.getMemberships().stream().map(membership ->
getMembershipTO(
- user.getPlainAttrs(membership),
- derAttrHandler.getValues(user, membership),
- virAttrHandler.getValues(user, membership),
- membership)).collect(Collectors.toList()));
+ user.getPlainAttrs(membership),
Review comment:
Please revert this formatting-only change
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]