Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
WalAmeni committed Mar 11, 2024
1 parent 09d40a9 commit 2708cee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class CseExportRunner {
private static final String NETWORK_PRE_PROCESSED_FILE_NAME = "network_pre_processed";
private static final DateTimeFormatter OUTPUTS_DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyyMMdd_HHmm");
private static final Logger LOGGER = LoggerFactory.getLogger(CseExportRunner.class);
private static final String CRAC_CREATION_PARAMETERS_JSON = "cseCracCreationParameters.json";
private static final String CRAC_CREATION_PARAMETERS_JSON = "/crac/cseCracCreationParameters.json";
private final FileImporter fileImporter;
private final FileExporter fileExporter;
private final PiSaService pisaService;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 2708cee

Please sign in to comment.