Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangchong committed Apr 8, 2024
1 parent ae31e5a commit c1d4cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static ReferencedField checkArgument(
String.format(
"Referenced field '%s' is not in given fields: %s.",
referencedFieldCheckForm, typeMapping.keySet()));
return new ReferencedField(referencedFieldCheckForm, fieldType, literals);
return new ReferencedField(referencedField, fieldType, literals);
}

public String field() {
Expand Down

0 comments on commit c1d4cd8

Please sign in to comment.