routeResponse returns Unit
This commit is contained in:
parent
b7fc3f6da0
commit
ec0f04a741
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ trait ProducerSupport { this: Actor ⇒
|
|||
* actor).
|
||||
*/
|
||||
|
||||
protected def routeResponse(msg: Any): Any = {
|
||||
protected def routeResponse(msg: Any) {
|
||||
if (!oneway) sender ! transformResponse(msg)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue