Merge pull request #1921 from akka/wip-3662-Status-Any-patriknw
+act #3662 Support Any value in akka.actor.Status
This commit is contained in:
commit
916141ffe5
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ object Status {
|
|||
* This class/message type is preferably used to indicate success of some operation performed.
|
||||
*/
|
||||
@SerialVersionUID(1L)
|
||||
case class Success(status: AnyRef) extends Status
|
||||
case class Success(status: Any) extends Status
|
||||
|
||||
/**
|
||||
* This class/message type is preferably used to indicate failure of some operation performed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue