Avoid endless loop in ScalaDoc
This commit is contained in:
parent
af8ce260d3
commit
8f02b4d7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ trait Listeners { self: Actor ⇒
|
|||
/**
|
||||
* Chain this into the receive function.
|
||||
*
|
||||
* {{ def receive = listenerManagement orElse … }}
|
||||
* {{{ def receive = listenerManagement orElse … }}}
|
||||
*/
|
||||
protected def listenerManagement: Actor.Receive = {
|
||||
case Listen(l) ⇒ listeners add l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue