Skip to content
Snippets Groups Projects
Commit a517c8d8 authored by Ralph Soika's avatar Ralph Soika
Browse files

fixed

Issue #164
parent 68408019
No related tags found
No related merge requests found
...@@ -4,8 +4,6 @@ import java.util.ArrayList; ...@@ -4,8 +4,6 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
import java.util.logging.Logger; import java.util.logging.Logger;
import javax.inject.Inject;
import org.imixs.workflow.ItemCollection; import org.imixs.workflow.ItemCollection;
import org.imixs.workflow.SignalAdapter; import org.imixs.workflow.SignalAdapter;
import org.imixs.workflow.engine.WorkflowService; import org.imixs.workflow.engine.WorkflowService;
...@@ -16,6 +14,8 @@ import org.imixs.workflow.exceptions.PluginException; ...@@ -16,6 +14,8 @@ import org.imixs.workflow.exceptions.PluginException;
import org.imixs.workflow.exceptions.ProcessingErrorException; import org.imixs.workflow.exceptions.ProcessingErrorException;
import org.imixs.workflow.sepa.services.SepaWorkflowService; import org.imixs.workflow.sepa.services.SepaWorkflowService;
import jakarta.inject.Inject;
/** /**
* The SEPARefFinishAdapter processes all invoices referred by this sepa export. * The SEPARefFinishAdapter processes all invoices referred by this sepa export.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment