Remove val from case class (#29488)
This commit is contained in:
parent
0d51b6e79b
commit
57d4368bed
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import akka.event.EventStream
|
|||
import akka.event.Logging.{ Debug, Error, LogEventException }
|
||||
import akka.util.{ unused, Index, Unsafe }
|
||||
|
||||
final case class Envelope private (val message: Any, val sender: ActorRef)
|
||||
final case class Envelope private (message: Any, sender: ActorRef)
|
||||
|
||||
object Envelope {
|
||||
def apply(message: Any, sender: ActorRef, system: ActorSystem): Envelope = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue