You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2023/02/09 03:43:12 UTC

[airavata-custos] branch baremetal updated: Resource Manager

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch baremetal
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/baremetal by this push:
     new 885353bad Resource Manager
     new 93b551ae6 Merge pull request #353 from isururanawaka/baremetal
885353bad is described below

commit 885353bad14263a91c77e6437fabe22ad02ef2d1
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Wed Feb 8 22:42:35 2023 -0500

    Resource Manager
---
 .../java/org/apache/custos/scim/resource/manager/ResourceManager.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/custos-services/custos-integration-services/scim-service/src/main/java/org/apache/custos/scim/resource/manager/ResourceManager.java b/custos-services/custos-integration-services/scim-service/src/main/java/org/apache/custos/scim/resource/manager/ResourceManager.java
index 6ed685941..9ec27de72 100644
--- a/custos-services/custos-integration-services/scim-service/src/main/java/org/apache/custos/scim/resource/manager/ResourceManager.java
+++ b/custos-services/custos-integration-services/scim-service/src/main/java/org/apache/custos/scim/resource/manager/ResourceManager.java
@@ -341,10 +341,6 @@ public class ResourceManager implements UserManager {
                 List<Object> users = new ArrayList<>();
 
                 users.add(userList.size());
-
-                for (UserRepresentation representation : userRep.getUsersList()) {
-                    userList.add(convert(representation));
-                }
                 users.addAll(userList);
                 return users;
             } else {