remove all but one occurrence of single-arg tell()
This commit is contained in:
parent
2502919c6e
commit
ce49ffe3c6
71 changed files with 550 additions and 538 deletions
|
|
@ -12,6 +12,6 @@ public class NonPublicClass {
|
|||
|
||||
class MyNonPublicActorClass extends UntypedActor {
|
||||
@Override public void onReceive(Object msg) {
|
||||
getSender().tell(msg);
|
||||
getSender().tell(msg, getSelf());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue