Skip to content

Commit

Permalink
remove unused bean
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed Jun 27, 2024
1 parent a507767 commit 1b65f47
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.springframework.http.HttpStatus;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import eu.europeana.api.commons.config.i18n.I18nService;
import eu.europeana.api.commons.definitions.vocabulary.CommonApiConstants;
import eu.europeana.api.commons.oauth2.model.ApiCredentials;
import eu.europeana.api.commons.web.exception.ApplicationAuthenticationException;
Expand Down Expand Up @@ -50,9 +49,7 @@ public abstract class BaseUserSetServiceImpl implements UserSetService {

@Resource(name = UserSetConfiguration.BEAN_SET_PERSITENCE_SERVICE)
PersistentUserSetService mongoPersistance;
@Resource
I18nService i18nService;


UserSetUtils userSetUtils = new UserSetUtils();

UserSetSearchApiUtils userSetSearchApiUtils = new UserSetSearchApiUtils();
Expand Down

0 comments on commit 1b65f47

Please sign in to comment.