From 5433dcd65cee24dc6f7d7b7ee95093a65836c5e0 Mon Sep 17 00:00:00 2001 From: Justin Donn Date: Tue, 15 Oct 2024 10:46:12 -0700 Subject: [PATCH] fix checkstyle --- .../java/com/linkedin/metadata/dao/utils/EBeanDAOUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao-impl/ebean-dao/src/main/java/com/linkedin/metadata/dao/utils/EBeanDAOUtils.java b/dao-impl/ebean-dao/src/main/java/com/linkedin/metadata/dao/utils/EBeanDAOUtils.java index 8e3fd4807..b59d36f98 100644 --- a/dao-impl/ebean-dao/src/main/java/com/linkedin/metadata/dao/utils/EBeanDAOUtils.java +++ b/dao-impl/ebean-dao/src/main/java/com/linkedin/metadata/dao/utils/EBeanDAOUtils.java @@ -378,7 +378,7 @@ public static LocalRelationshipCriterion buildRelationshipFieldCriterion(LocalRe * Extract the non-null values from all top-level relationship fields of an aspect. * @param aspect aspect (possibly with relationships) to be ingested * @return a list of relationship arrays, with each array representing the relationship(s) present in each top-level relationship - * field in the aspect. An empty list means that there is no non-null relationship metadata attached to the given aspect. + * field in the aspect. An empty list means that there is no non-null relationship metadata attached to the given aspect. */ @Nonnull public static List> extractRelationshipsFromAspect(ASPECT aspect) {