Skip to content

Commit

Permalink
Merge pull request wso2#219 from bhagyasakalanka/td-pr-address-bhagya
Browse files Browse the repository at this point in the history
Address review comments in old PRs
  • Loading branch information
AnuradhaSK authored Sep 22, 2021
2 parents e714c15 + 4264fbb commit b70c6af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,10 +815,10 @@ private static boolean isFormatCorrect(String regularExpression, String domainNa
/**
* Triggers post tenant delete for TenantMgtListener.
*
* @param tenantId int Tenant id.
* @param tenantUuid String Tenant unique identifier.
* @param tenantId int Tenant id.
* @param tenantUuid String Tenant unique identifier.
* @param adminUserUuid String Tenant admin user unique identifier.
* @throws StratosException If trigger failed.
* @throws StratosException If trigger failed.
*/
private static void triggerPostTenantDelete(int tenantId, String tenantUuid, String adminUserUuid)
throws StratosException {
Expand Down

0 comments on commit b70c6af

Please sign in to comment.