+act #3662 Support Any value in akka.actor.Status

This commit is contained in:
Patrik Nordwall 2014-01-13 08:28:26 +01:00
parent e25455e935
commit 7d84335b41

View file

@ -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.