Skip to content

Commit

Permalink
272 - SF
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicac committed Aug 9, 2023
1 parent 3636c74 commit 76d85c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import com.bytechef.atlas.coordinator.task.dispatcher.TaskDispatcherResolverFactory;
import com.bytechef.task.dispatcher.branch.BranchTaskDispatcher;
import com.bytechef.task.dispatcher.branch.completion.BranchTaskCompletionHandler;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;

Expand All @@ -37,6 +38,7 @@ public class BranchTaskDispatcherConfiguration {
private final MessageBroker messageBroker;
private final TaskExecutionService taskExecutionService;

@SuppressFBWarnings("EI")
public BranchTaskDispatcherConfiguration(
ContextService contextService, MessageBroker messageBroker, TaskExecutionService taskExecutionService) {

Expand Down

0 comments on commit 76d85c1

Please sign in to comment.