Skip to content

Commit

Permalink
Adding this
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce authored and John Joyce committed Jul 17, 2024
1 parent 4edc522 commit 8c779b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public com.linkedin.metadata.query.LineageFlags apply(
ResolverUtils.getLineageEndTimeMillis(
lineageFlags.getStartTimeMillis(), lineageFlags.getEndTimeMillis());
if (endTimeMillis != null) {
result.setEndTimeMillis(lineageFlags.getEndTimeMillis());
result.setEndTimeMillis(endTimeMillis);
}
if (lineageFlags.getEntitiesExploredPerHopLimit() != null) {
result.setEntitiesExploredPerHopLimit(lineageFlags.getEntitiesExploredPerHopLimit());
Expand Down

0 comments on commit 8c779b4

Please sign in to comment.