From 56a172bbdd2bf32e127e74929050e37fdba49cab Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Sat, 4 Jun 2011 16:29:23 -0700 Subject: [PATCH] Removing residue of old ActorRef interface --- .../src/main/scala/akka/camel/component/ActorComponent.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/akka-camel/src/main/scala/akka/camel/component/ActorComponent.scala b/akka-camel/src/main/scala/akka/camel/component/ActorComponent.scala index f1a643fc1a..d06bdcb70e 100644 --- a/akka-camel/src/main/scala/akka/camel/component/ActorComponent.scala +++ b/akka-camel/src/main/scala/akka/camel/component/ActorComponent.scala @@ -295,7 +295,6 @@ private[akka] class AsyncCallbackAdapter(exchange: Exchange, callback: AsyncCall } def actorClass: Class[_ <: Actor] = unsupported - def actorClassName = unsupported def dispatcher_=(md: MessageDispatcher): Unit = unsupported def dispatcher: MessageDispatcher = unsupported def makeRemote(hostname: String, port: Int): Unit = unsupported