Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Sep 11, 2023
1 parent 68851b3 commit f52ec0d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.context.event.ApplicationPreparedEvent;
import org.springframework.boot.context.event.ApplicationStartedEvent;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationListener;
Expand All @@ -20,7 +19,6 @@
import eu.europeana.api.commons.config.i18n.I18nService;
import eu.europeana.api.commons.config.i18n.I18nServiceImpl;
import eu.europeana.api.commons.oauth2.service.impl.EuropeanaClientDetailsService;
import eu.europeana.api.translation.TranslationApp;
import eu.europeana.api.translation.service.GoogleTranslationService;
import eu.europeana.api.translation.service.PangeanicLangDetectService;
import eu.europeana.api.translation.service.PangeanicTranslationService;
Expand Down

0 comments on commit f52ec0d

Please sign in to comment.