Skip to content

Commit

Permalink
fixed checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Nov 19, 2024
1 parent 8709c47 commit 8aaf319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class SearchFiltering {

protected static void addFiltersToQuery(SearchQuery query, Map<String, SearchFilter> filters) {
for (SearchFilter searchFilter : filters.values()) {
if (PARAM_QUERY_TEXT.equals(searchFilter.getId())){
if (PARAM_QUERY_TEXT.equals(searchFilter.getId())) {
continue;
}
if (searchFilter.isInput()) {
Expand Down

0 comments on commit 8aaf319

Please sign in to comment.