Skip to content

Commit

Permalink
dspace-api: fix misaligned comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Oct 17, 2023
1 parent ea6307d commit 4fba787
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -336,7 +336,7 @@ protected void activateFirstStep(Context context, Workflow wf, Step firstStep, X
+ "item_id=" + wfi.getItem().getID()
+ "collection_id=" + wfi.getCollection().getID()));

// record the start of the workflow w/provenance message
// record the start of the workflow w/provenance message
recordStart(context, wfi.getItem(), firstActionConfig.getProcessingAction());

//Fire an event !
Expand Down

0 comments on commit 4fba787

Please sign in to comment.