Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mierin12 committed Jan 5, 2025
1 parent 3568ad9 commit c4e1c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ else if (child.isClassification() && firstLevelOnly)
{
answer.add(new Pair<>(child, child));
}
else if (child.isClassification() && !firstLevelOnly)
else if (child.isClassification())
{
List<TaxonomyNode> grandchildren = new ArrayList<>();
child.accept(n -> {
Expand Down

0 comments on commit c4e1c84

Please sign in to comment.