fixed conditions evaluations, that always resulted in true (#844)
Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
314c74468a
commit
d5c373e420
@@ -340,7 +340,7 @@ public class JpaSystemManagement implements CurrentTenantCacheKeyGenerator, Syst
|
||||
}
|
||||
return null;
|
||||
}));
|
||||
} while (tenants.hasNext() && (query = tenants.nextPageable()) != null);
|
||||
} while ((query = tenants.nextPageable()) != Pageable.unpaged());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user