Skip to content

Commit

Permalink
Issue #559: Fixed compilation error.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 19, 2021
1 parent 57c4b9b commit 766d643
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1752,8 +1752,7 @@ private Pair<ActorRef, ActorRef> startOutboundActors(final ConnectionContext con
final ActorRef processorActor =
getContext().actorOf(outboundMappingProcessorActorProps, OutboundMappingProcessorActor.ACTOR_NAME);

final Props outboundDispatchingProcessorActorProps =
OutboundDispatchingActor.props(settings, processorActor, proxyActor);
final Props outboundDispatchingProcessorActorProps = OutboundDispatchingActor.props(settings, processorActor);
final ActorRef dispatchingActor =
getContext().actorOf(outboundDispatchingProcessorActorProps, OutboundDispatchingActor.ACTOR_NAME);

Expand Down

0 comments on commit 766d643

Please sign in to comment.