Fix code formatting issue in TenantIdLoaderTest
This commit is contained in:
parent
0706a8c836
commit
a02a276cf9
@ -321,9 +321,9 @@ public class TenantIdLoaderTest {
|
|||||||
private void checkTenant(TenantId checkTenantId, boolean equals) {
|
private void checkTenant(TenantId checkTenantId, boolean equals) {
|
||||||
for (EntityType entityType : EntityType.values()) {
|
for (EntityType entityType : EntityType.values()) {
|
||||||
EntityId entityId;
|
EntityId entityId;
|
||||||
if(EntityType.TENANT.equals(entityType)){
|
if (EntityType.TENANT.equals(entityType)) {
|
||||||
entityId = tenantId;
|
entityId = tenantId;
|
||||||
} else if(EntityType.TENANT_PROFILE.equals(entityType)){
|
} else if (EntityType.TENANT_PROFILE.equals(entityType)) {
|
||||||
entityId = tenantProfileId;
|
entityId = tenantProfileId;
|
||||||
} else {
|
} else {
|
||||||
entityId = getEntityId(entityType);
|
entityId = getEntityId(entityType);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user