Skip to content

Commit

Permalink
EPMRPP-91743 fix organization search query
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jun 12, 2024
1 parent 51d04c3 commit 0bb7e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@Repository
public class OrganizationRepositoryCustomImpl implements OrganizationRepositoryCustom {

protected final Logger LOGGER = LoggerFactory.getLogger(ElasticSearchClient.class);
protected final Logger LOGGER = LoggerFactory.getLogger(OrganizationRepositoryCustomImpl.class);

@Autowired
private DSLContext dsl;
Expand Down

0 comments on commit 0bb7e6b

Please sign in to comment.