Skip to content

Commit

Permalink
typo (#7940)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Dec 6, 2022
1 parent 51fc602 commit a190210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public void deleteClient(Long clientId) {

@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
public void setHarvestSuccess(Long hcId, Date currentTime, int harvestedCount, int failedCount, int deletedCount) {
recordHarvestJobStatus(hcId, currentTime, harvestedCount, failedCount, deletedCount, ClientHarvestRun.RunResultType.INTERRUPTED);
recordHarvestJobStatus(hcId, currentTime, harvestedCount, failedCount, deletedCount, ClientHarvestRun.RunResultType.SUCCESS);
}

@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
Expand Down

0 comments on commit a190210

Please sign in to comment.