Add type annotation for public method (#29184)
This commit is contained in:
parent
d73ae8ddb2
commit
26db4c1f79
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ final class LmdbDurableStore(config: Config) extends Actor with ActorLogging {
|
|||
}
|
||||
}
|
||||
|
||||
def receive = init
|
||||
def receive: Receive = init
|
||||
|
||||
def init: Receive = {
|
||||
case LoadAll =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue