remove old commas

This commit is contained in:
ross.mcdonald 2009-10-23 22:37:28 +01:00
parent 90d712337a
commit e270cd9996
3 changed files with 10 additions and 10 deletions

View file

@ -100,8 +100,8 @@ class SecureTickActor extends Actor with Logging {
makeTransactionRequired
case object Tick
private val KEY = "COUNTER";
private var hasStartedTicking = false;
private val KEY = "COUNTER"
private var hasStartedTicking = false
private val storage = TransactionalState.newMap[String, Integer]
/**