Fixed typo - replaced scaladsl with javadsl (#30316)
This commit is contained in:
parent
4faa0c5828
commit
26f8eba4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
package akka.persistence.query.javadsl
|
||||
|
||||
import akka.NotUsed
|
||||
import akka.persistence.state.scaladsl.DurableStateStore
|
||||
import akka.persistence.state.javadsl.DurableStateStore
|
||||
import akka.persistence.query.DurableStateChange
|
||||
import akka.persistence.query.Offset
|
||||
import akka.stream.javadsl.Source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue