Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuradhaSK committed Oct 22, 2023
1 parent 08f52ab commit 5633fcb
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ protected void unsetIdentityEventService(IdentityEventService identityEventServi
log.debug("IdentityEventService unset in Identity Application Management bundle");
}


@Reference(
name = "api.resource.mgt.service.component",
service = APIResourceManager.class,
Expand All @@ -496,14 +495,14 @@ protected void unsetIdentityEventService(IdentityEventService identityEventServi
unbind = "unsetAPIResourceManager")
protected void setAPIResourceManager(APIResourceManager apiResourceManager) {

ApplicationManagementServiceComponentHolder.getInstance().setAPIResourceManager(apiResourceManager);
log.debug("APIResourceManager set in to bundle");
ApplicationManagementServiceComponentHolder.getInstance().setAPIResourceManager(apiResourceManager);
log.debug("APIResourceManager set in to bundle");
}

protected void unsetAPIResourceManager(APIResourceManager apiResourceManager) {

ApplicationManagementServiceComponentHolder.getInstance().setAPIResourceManager(null);
log.debug("APIResourceManager unset in to bundle");
ApplicationManagementServiceComponentHolder.getInstance().setAPIResourceManager(null);
log.debug("APIResourceManager unset in to bundle");
}

@Reference(
Expand Down Expand Up @@ -533,7 +532,6 @@ protected void setOrganizationManager(OrganizationManager organizationManager) {

ApplicationManagementServiceComponentHolder.getInstance().setOrganizationManager(organizationManager);
log.debug("OrganizationManager set in ApplicationManagementServiceComponent bundle.");

}

protected void unsetOrganizationManager(OrganizationManager organizationManager) {
Expand Down

0 comments on commit 5633fcb

Please sign in to comment.