Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdonn committed Oct 15, 2024
1 parent 3240818 commit 5433dcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <RELATIONSHIP extends RecordTemplate, ASPECT extends RecordTemplate> List<List<RELATIONSHIP>> extractRelationshipsFromAspect(ASPECT aspect) {
Expand Down

0 comments on commit 5433dcd

Please sign in to comment.