Skip to content

Commit

Permalink
EA-3681 sonarq
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Apr 2, 2024
1 parent f851710 commit 3f9d4e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import dev.morphia.query.filters.Filters;
import eu.europeana.api.edm.EDM;
import eu.europeana.api.format.RdfFormat;
import eu.europeana.api.record.db.repository.RecordRepository;
import eu.europeana.api.record.io.FormatHandlerRegistry;
import eu.europeana.api.record.migration.RecordDomProcessor.Result;
import eu.europeana.api.record.model.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public class RunMigration implements CommandLineRunner {
@Autowired
private MigrationHandler handler;


public static void main(String[] args) {
ConfigurableApplicationContext context = SpringApplication.run(RunMigration.class, args);
System.exit(SpringApplication.exit(context));
Expand Down

0 comments on commit 3f9d4e2

Please sign in to comment.