Skip to content

Commit

Permalink
Update src/main/java/it/gov/pagopa/payhub/activities/service/treasury…
Browse files Browse the repository at this point in the history
…/TreasuryOpiParserService.java

Co-authored-by: antonioT90 <[email protected]>
  • Loading branch information
domenicogi and antonioT90 authored Dec 23, 2024
1 parent 17e3310 commit 4b93006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public TreasuryOpiParserService(TreasuryUnmarshallerService treasuryUnmarshaller
}


public TreasuryIufResult parseData(Path ingestionFlowFilePath, IngestionFlowFileDTO finalIngestionFlowFileDTO, int zipFileSize) {
public TreasuryIufResult parseData(Path treasuryOpiFilePath, IngestionFlowFileDTO ingestionFlowFileDTO, int totalNumberOfTreasuryOpiFiles) {
File ingestionFlowFile=ingestionFlowFilePath.toFile();
Map<String, List<Pair<TreasuryDTO, FlussoTesoreriaPIIDTO>>> treasuryDtoMap = null;
String versione = TreasuryValidatorService.V_161;
Expand Down

0 comments on commit 4b93006

Please sign in to comment.