fix checkstyle

This commit is contained in:
Sriharsha Chintalapani 2025-01-09 19:35:52 -08:00
parent b5d240b8f9
commit a68cc5de8d

View File

@ -211,7 +211,8 @@ public class MlModelRepository extends EntityRepository<MlModel> {
.getFeatureSources()
.forEach(
mlFeatureSource -> {
EntityReference targetEntity = getEntityReference(mlFeatureSource.getDataSource(), Include.ALL);
EntityReference targetEntity =
getEntityReference(mlFeatureSource.getDataSource(), Include.ALL);
if (targetEntity != null) {
addRelationship(
targetEntity.getId(),