fall back to unhandled() in onReceive() in docs
This commit is contained in:
parent
4e3e2633a4
commit
d181a35fa7
11 changed files with 30 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ public class FutureDocTestBase {
|
|||
} else {
|
||||
getSender().tell(i);
|
||||
}
|
||||
} else {
|
||||
unhandled(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue