=all #3858 Make case classes final

This commit is contained in:
dario.rexin 2014-03-07 13:20:01 +01:00
parent dfef14a590
commit 2cbad298d6
189 changed files with 766 additions and 767 deletions

View file

@ -42,7 +42,7 @@ object Serialization {
* Serialization information needed for serializing local actor refs.
* INTERNAL API
*/
private[akka] case class Information(address: Address, system: ActorSystem)
private[akka] final case class Information(address: Address, system: ActorSystem)
/**
* The serialized path of an actorRef, based on the current transport serialization information.