Skip to content

Commit

Permalink
chore: fix method access modifier (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem authored Sep 5, 2022
1 parent 7262ae9 commit e4ecd5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ private ConvertedExpression toSqlFilterWithEmptyAlias(String key, String objectC
return filterConverter.convertToSqlFilter(tableMapping, excludeObjectClassFilters(genericFilter), propertiesAnnotationsMap, true);
}

private Filter excludeObjectClassFilters(Filter genericFilter) {
protected Filter excludeObjectClassFilters(Filter genericFilter) {
return filterProcessor.excludeFilter(genericFilter, FilterProcessor.OBJECT_CLASS_EQUALITY_FILTER, FilterProcessor.OBJECT_CLASS_PRESENCE_FILTER);
}

Expand Down

0 comments on commit e4ecd5c

Please sign in to comment.