diff --git a/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/FdRIngestionActivity.java b/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/FdRIngestionActivity.java index 62449492..4e212c76 100644 --- a/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/FdRIngestionActivity.java +++ b/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/FdRIngestionActivity.java @@ -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