diff --git a/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/UpdateIngestionFlowStatusActivity.java b/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/UpdateIngestionFlowStatusActivity.java index c21cf8f7..427ed61d 100644 --- a/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/UpdateIngestionFlowStatusActivity.java +++ b/src/main/java/it/gov/pagopa/payhub/activities/activity/fdr/UpdateIngestionFlowStatusActivity.java @@ -11,9 +11,9 @@ public interface UpdateIngestionFlowStatusActivity { /** - * Updates the status of the row corresponding to the given ID. + * Updates the status of the IngestionFlow record corresponding to the given ID. * - * @param id the unique identifier of the row to update. + * @param id the unique identifier of the record to update. * @param newStatus the new status to set. * @return true if the update was successful, false otherwise. */