This commit is contained in:
Patrik Nordwall 2011-04-26 21:34:04 +02:00
parent 054403325d
commit b19bd275d2
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@ Here is an example how you can use it to in a 'void' (e.g. fire-forget) method t
}
}
If the sender, sender future etc. is not available, then these methods will return 'null' so you should have a way of dealing with scenario.
If the sender, sender future etc. is not available, then these methods will return 'null' so you should have a way of dealing with that scenario.
Messages and immutability
-------------------------

View file

@ -167,7 +167,7 @@ Here is an example how you can use it to in a 'void' (e.g. fire-forget) method t
}
}
If the sender, sender future etc. is not available, then these methods will return 'null' so you should have a way of dealing with scenario.
If the sender, sender future etc. is not available, then these methods will return 'null' so you should have a way of dealing with that scenario.
Messages and immutability
-------------------------