=doc code snippet include in persistence docs (scala) was broken
This commit is contained in:
parent
3d4b5f57b0
commit
05825008ea
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ trait SharedLeveldbPluginDocSpec {
|
|||
|
||||
new AnyRef {
|
||||
import akka.actor._
|
||||
//#shared-store-creation
|
||||
import akka.persistence.journal.leveldb.SharedLeveldbStore
|
||||
|
||||
val store = system.actorOf(Props[SharedLeveldbStore], "store")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue