Fixed typo - replaced scaladsl with javadsl (#30316)

This commit is contained in:
Debasish Ghosh 2021-06-11 19:03:55 +05:30 committed by GitHub
parent 4faa0c5828
commit 26f8eba4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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