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
|
makeTransactionRequired
|
||||||
|
|
||||||
case class Chat(val who : String, val what : String,val msg : String)
|
case class Chat(val who : String, val what : String,val msg : String)
|
||||||
case object Suspend
|
//case object Suspend
|
||||||
|
|
||||||
private var hasStarted = false;
|
//private var hasStarted = false;
|
||||||
private val storage = TransactionalState.newPersistentMap(CassandraStorageConfig())
|
//private val storage = TransactionalState.newPersistentMap(CassandraStorageConfig())
|
||||||
|
|
||||||
override protected def postRestart(reason: AnyRef, config: Option[AnyRef]) = {
|
override protected def postRestart(reason: AnyRef, config: Option[AnyRef]) = {
|
||||||
println("Restarting due to: " + reason.asInstanceOf[Exception].getMessage)
|
println("Restarting due to: " + reason.asInstanceOf[Exception].getMessage)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue