Deprecation removal hunt (#27250)
This commit is contained in:
parent
2db03309ce
commit
b9f02aba0c
8 changed files with 24 additions and 46 deletions
|
|
@ -603,7 +603,6 @@ private[akka] final class PromiseActorRef private (
|
|||
case _ =>
|
||||
}
|
||||
|
||||
@deprecated("Use context.watch(actor) and receive Terminated(actor)", "2.2")
|
||||
override private[akka] def isTerminated: Boolean = state match {
|
||||
case Stopped | _: StoppedWithPath => true
|
||||
case _ => false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue