Skip to content

Commit

Permalink
comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-va committed Feb 8, 2025
1 parent b6effa8 commit f47cbfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ private void loadConceptsRealTime(
handleHistory(terminology, c);
} catch (Exception e) {
logger.error("Error handling history for concept " + c.getCode(), e);
// needs an extra try-catching because we're in a forEach
try {
Audit.addAudit(
operationsService,
Expand Down

0 comments on commit f47cbfd

Please sign in to comment.