Skip to content

Commit

Permalink
Update src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/FdR…
Browse files Browse the repository at this point in the history
…IngestionActivity.java

Co-authored-by: antonioT90 <[email protected]>
  • Loading branch information
marcomatteuccieng and antonioT90 authored Nov 22, 2024
1 parent f5b40db commit 6de9402
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
public interface FdRIngestionActivity {

/**
* Processes a file based on the provided ID.
* Processes a file based on the provided IngestionFlow ID.
*
* @param fileId the unique identifier of the file to process.
* @param ingestionFlowId the unique identifier related to the file to process.
* @return {@link FdRIngestionResponse} containing the list of IUFs and status.
*/
@ActivityMethod
Expand Down

0 comments on commit 6de9402

Please sign in to comment.