Skip to content

Commit

Permalink
[remove] extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysw committed Aug 1, 2024
1 parent 8f7e843 commit fcafe07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public LineageListRequest() {

public LineageListRequest(String guid, Integer size, Integer from, Integer depth, LineageDirection direction, SearchParameters.FilterCriteria entityFilters,
SearchParameters.FilterCriteria entityTraversalFilters, SearchParameters.FilterCriteria relationshipTraversalFilters,
Set<String> attributes, boolean excludeMeanings, boolean excludeClassifications, Set<String> relationAttributes) { //Set<String> relationAttributes)
Set<String> attributes, boolean excludeMeanings, boolean excludeClassifications, Set<String> relationAttributes) {
this.guid = guid;
this.size = size;
this.from = from;
Expand Down

0 comments on commit fcafe07

Please sign in to comment.