Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshiAthapaththu committed Aug 16, 2023
1 parent 6c3a0fb commit 3c9ab9d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,11 @@
import org.wso2.carbon.user.core.model.ExpressionCondition;
import org.wso2.carbon.user.core.model.OperationalCondition;
import org.wso2.carbon.user.core.util.UserCoreUtil;
import org.wso2.charon3.core.exceptions.CharonException;
import org.wso2.charon3.core.schema.SCIMConstants;
import org.wso2.charon3.core.utils.AttributeUtil;

import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.ZoneOffset;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down Expand Up @@ -647,7 +644,6 @@ public boolean addGroup(String displayName, String groupID, LocalDateTime create
throw new UserStoreException(String.format("Error occurred while saving the " +
"group: %s in tenant: %s", displayName, tenantId), e);
}

return true;
}

Expand Down

0 comments on commit 3c9ab9d

Please sign in to comment.