Making MessageDispatcher an abstract class, as well as ActorRef

This commit is contained in:
Viktor Klang 2011-08-01 15:23:57 +02:00
parent 87ac860f10
commit 29ca6a867b
3 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ object MessageDispatcher {
/**
* @author <a href="http://jonasboner.com">Jonas Bon&#233;r</a>
*/
trait MessageDispatcher {
abstract class MessageDispatcher {
import MessageDispatcher._