mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 03:38:18 +00:00
fix checkstyle
This commit is contained in:
parent
b5d240b8f9
commit
a68cc5de8d
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user