fixed compile errors after merging with master
This commit is contained in:
parent
8d5c3fd217
commit
68fcbe8562
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import org.apache.camel.impl.DefaultExchange
|
|||
import org.apache.camel.spi.Synchronization
|
||||
|
||||
import se.scalablesolutions.akka.actor.Actor
|
||||
import se.scalablesolutions.akka.dispatch.CompletableFutureResult
|
||||
import se.scalablesolutions.akka.dispatch.CompletableFuture
|
||||
import se.scalablesolutions.akka.util.Logging
|
||||
|
||||
/**
|
||||
|
|
@ -166,7 +166,7 @@ trait Producer {
|
|||
class ProducerResponseSender(
|
||||
headers: Map[String, Any],
|
||||
sender: Option[Actor],
|
||||
senderFuture: Option[CompletableFutureResult],
|
||||
senderFuture: Option[CompletableFuture],
|
||||
producer: Actor) extends Synchronization with Logging {
|
||||
|
||||
implicit val producerActor = Some(producer) // the response sender
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue