!str rename mapSeq to mapConcat

This commit is contained in:
Roland Kuhn 2014-03-28 20:36:54 +01:00
parent c8f462d6e6
commit 606ec5fae8
3 changed files with 6 additions and 2 deletions

View file

@ -266,6 +266,10 @@ private[akka] trait SubscriberManagement[T] extends ResizableMultiReaderRingBuff
}
}
/*
* FIXME: THIS BELOW NEEDS TO BE REMOVED, IT IS NOT USED BY ActorProcessorImpl
*/
/**
* INTERNAL API
*