Skip to content

Commit

Permalink
- suggestion filter code cleaning, adds comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gLeirbag committed Oct 2, 2024
1 parent 2d9cc87 commit d0b8801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import lombok.extern.slf4j.Slf4j;

import java.util.*;
import java.util.stream.Collectors;

/**
* The {@code SuggestionFilter} class is responsible for filtering a list of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.stream.Collectors;

@Slf4j
@Component
Expand Down

0 comments on commit d0b8801

Please sign in to comment.