Skip to content

Commit

Permalink
ALS-4947: Removed redundant merging handled by getter
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Aug 28, 2023
1 parent b71a5af commit ff5f762
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ public String toString() {
writePartFormat("Numeric filters", numericFilters, builder);
writePartFormat("Category filters", categoryFilters, builder);
writePartFormat("Variant Info filters", variantInfoFilters, builder, false);

List<List<String>> allAnyRecordOf = new ArrayList<>(anyRecordOfMulti);
allAnyRecordOf.add(anyRecordOf);
writePartFormat("Any-Record-Of filters", allAnyRecordOf, builder, true);
writePartFormat("Any-Record-Of filters", getAllAnyRecordOf(), builder, true);

return builder.toString();
}
Expand Down

0 comments on commit ff5f762

Please sign in to comment.