Skip to content

Commit

Permalink
Merge pull request #587 from wso2-extensions/jacoco
Browse files Browse the repository at this point in the history
Remove redundant code
  • Loading branch information
madurangasiriwardena authored Dec 13, 2024
2 parents 4ffda02 + cf9442e commit ec0fbde
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
import org.wso2.carbon.idp.mgt.IdpManager;

import java.io.File;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;

@Component(
name = "identity.scim2.common",
Expand All @@ -72,8 +70,6 @@ public class SCIMCommonComponent {

private static final Log logger = LogFactory.getLog(SCIMCommonComponent.class);

ExecutorService executorService = Executors.newFixedThreadPool(1);

private ServiceRegistration<TenantMgtListener> tenantMgtListenerServiceReg;
private ServiceRegistration<UserOperationEventListener> userOperationEventListenerServiceReg;

Expand Down

0 comments on commit ec0fbde

Please sign in to comment.