Skip to content

Commit

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

Co-authored-by: antonioT90 <[email protected]>
  • Loading branch information
marcomatteuccieng and antonioT90 authored Nov 22, 2024
1 parent c4cf648 commit d737888
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit d737888

Please sign in to comment.