scala3: fix some doc samples that didn't compile (#31016)
This commit is contained in:
parent
f8a47eae3e
commit
609a7c5f8d
5 changed files with 86 additions and 8 deletions
|
|
@ -23,6 +23,9 @@ public class LambdaPersistenceDocTest {
|
|||
public String persistenceId();
|
||||
|
||||
// #persistence-id
|
||||
}
|
||||
|
||||
public interface PersistenceActorRecoveryMethods {
|
||||
// #recovery-status
|
||||
public boolean recoveryRunning();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue