Skip to content

Commit

Permalink
Add constants
Browse files Browse the repository at this point in the history
  • Loading branch information
kayathiri4 committed Oct 4, 2024
1 parent 42419c0 commit e06fc19
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.wso2.carbon.identity.organization.management.application.model.SharedApplicationDO;
import org.wso2.carbon.identity.organization.management.service.exception.NotImplementedException;
import org.wso2.carbon.identity.organization.management.service.exception.OrganizationManagementException;
import org.wso2.carbon.identity.organization.management.service.exception.OrganizationManagementServerException;

import java.util.List;
import java.util.Optional;
Expand Down Expand Up @@ -173,7 +172,7 @@ List<ApplicationBasicInfo> getDiscoverableSharedApplicationBasicInfo(int limit,
int getCountOfDiscoverableSharedApplications(String filter, String tenantDomain, String rootOrgId)
throws OrganizationManagementException;

default void deleteSharedAppLinks(String organizationId) throws OrganizationManagementServerException {
default void deleteSharedAppLinks(String organizationId) throws OrganizationManagementException {

return;
}
Expand Down

0 comments on commit e06fc19

Please sign in to comment.