scala3: fix some doc samples that didn't compile (#31016)

This commit is contained in:
Arnout Engelen 2022-01-25 15:37:33 +01:00 committed by GitHub
parent f8a47eae3e
commit 609a7c5f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 86 additions and 8 deletions

View file

@ -23,6 +23,9 @@ public class LambdaPersistenceDocTest {
public String persistenceId();
// #persistence-id
}
public interface PersistenceActorRecoveryMethods {
// #recovery-status
public boolean recoveryRunning();