Incorporate minor review feedback, see #944
This commit is contained in:
parent
50fc5a03a2
commit
08dbc4d235
2 changed files with 7 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ class ConsistentHashingRouterDocSpec extends AkkaSpec with ImplicitSender {
|
|||
import akka.routing.ConsistentHashingRouter.ConsistentHashRoute
|
||||
import akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
|
||||
|
||||
def consistentHashRoute: ConsistentHashingRouter.ConsistentHashRoute = {
|
||||
def consistentHashRoute: ConsistentHashRoute = {
|
||||
case Evict(key) ⇒ key
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue