=all #3858 Make case classes final
This commit is contained in:
parent
dfef14a590
commit
2cbad298d6
189 changed files with 766 additions and 767 deletions
|
|
@ -200,7 +200,7 @@ akka.actor.deployment {
|
|||
router-dispatcher {}
|
||||
"""
|
||||
|
||||
case class Work(payload: String)
|
||||
final case class Work(payload: String)
|
||||
|
||||
//#router-in-actor
|
||||
import akka.routing.ActorRefRoutee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue