fixed deprecation warnings in akka-core
This commit is contained in:
parent
75e887c7e6
commit
8c67eeb139
9 changed files with 17 additions and 17 deletions
|
|
@ -208,7 +208,7 @@ object Transaction extends TransactionManagement with Logging {
|
|||
def commit = synchronized {
|
||||
log.trace("Committing transaction %s", toString)
|
||||
atomic0 {
|
||||
persistentStateMap.values.foreach(_.commit)
|
||||
persistentStateMap.valuesIterator.foreach(_.commit)
|
||||
}
|
||||
status = TransactionStatus.Completed
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue