remove old commas
This commit is contained in:
parent
90d712337a
commit
e270cd9996
3 changed files with 10 additions and 10 deletions
|
|
@ -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]
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue