Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Issue #164
  • Loading branch information
rsoika committed Jul 26, 2024
1 parent 6840801 commit a517c8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import java.util.List;
import java.util.logging.Logger;

import javax.inject.Inject;

import org.imixs.workflow.ItemCollection;
import org.imixs.workflow.SignalAdapter;
import org.imixs.workflow.engine.WorkflowService;
Expand All @@ -16,6 +14,8 @@
import org.imixs.workflow.exceptions.ProcessingErrorException;
import org.imixs.workflow.sepa.services.SepaWorkflowService;

import jakarta.inject.Inject;

/**
* The SEPARefFinishAdapter processes all invoices referred by this sepa export.
*
Expand Down

0 comments on commit a517c8d

Please sign in to comment.