Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Nov 9, 2023
1 parent 6f12a77 commit 3a77cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class OrganizationManagementConstants {
public static final List<String> ALL_ORGANIZATION_PERMISSIONS = Collections.unmodifiableList(Arrays
.asList(CREATE_ORGANIZATION_PERMISSION, VIEW_ORGANIZATION_PERMISSION, UPDATE_ORGANIZATION_PERMISSION,
DELETE_ORGANIZATION_PERMISSION));
public static final String ROOT_TENANT = "RootTenant";
public static final String ROOT_TENANT_DOMAIN = "RootTenantDomain";

public static final String EQ = "eq";
public static final String CO = "co";
Expand Down

0 comments on commit 3a77cfc

Please sign in to comment.