removed junk
This commit is contained in:
parent
f7bfb066a5
commit
3e4d6f3b59
1 changed files with 3 additions and 3 deletions
|
|
@ -74,10 +74,10 @@ class Chat extends Actor with Logging{
|
|||
makeTransactionRequired
|
||||
|
||||
case class Chat(val who : String, val what : String,val msg : String)
|
||||
case object Suspend
|
||||
//case object Suspend
|
||||
|
||||
private var hasStarted = false;
|
||||
private val storage = TransactionalState.newPersistentMap(CassandraStorageConfig())
|
||||
//private var hasStarted = false;
|
||||
//private val storage = TransactionalState.newPersistentMap(CassandraStorageConfig())
|
||||
|
||||
override protected def postRestart(reason: AnyRef, config: Option[AnyRef]) = {
|
||||
println("Restarting due to: " + reason.asInstanceOf[Exception].getMessage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue