Skip to content

Commit

Permalink
fix logger definition #EA-4079
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Feb 6, 2025
1 parent e43992a commit 37ec091
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@
import eu.europeana.entitymanagement.dereference.Dereferencer;
import eu.europeana.entitymanagement.utils.EntityObjectFactory;
import eu.europeana.entitymanagement.vocabulary.EntityTypes;
import eu.europeana.entitymanagement.zoho.ZohoAccessClient;
import eu.europeana.entitymanagement.zoho.utils.ZohoConstants;
import eu.europeana.entitymanagement.zoho.utils.ZohoException;
import eu.europeana.entitymanagement.zoho.utils.ZohoUtils;

@Service
public class ZohoDereferenceService implements Dereferencer {

private static final Logger LOGGER = LogManager.getLogger(ZohoAccessClient.class);
private static final Logger LOGGER = LogManager.getLogger(ZohoDereferenceService.class);

private final ZohoConfiguration zohoConfiguration;
private final EntityManagementConfiguration emConfig;
Expand Down

0 comments on commit 37ec091

Please sign in to comment.