Moving comment to right section

This commit is contained in:
Viktor Klang 2011-11-14 11:22:24 +01:00
parent 31fbe76e06
commit 86af46fb6c

View file

@ -260,14 +260,14 @@ trait Actor {
* self ! message
* </pre>
*/
implicit final val self = context.self
implicit final val self = context.self //MUST BE A VAL, TRUST ME
/**
* The reference sender Actor of the last received message.
* Is defined if the message was sent from another Actor, else None.
*/
@inline
final def sender: ActorRef = context.sender //MUST BE A VAL, TRUST ME
final def sender: ActorRef = context.sender
/**
* Gets the current receive timeout