Start removed but cluster is broken

This commit is contained in:
Viktor Klang 2011-09-08 11:02:17 +02:00
parent 24fb967988
commit bbb79d8e0d
144 changed files with 684 additions and 930 deletions

View file

@ -49,7 +49,12 @@ object MessageDispatcher {
/**
* @author <a href="http://jonasboner.com">Jonas Bon&#233;r</a>
*/
abstract class MessageDispatcher {
abstract class MessageDispatcher extends Serializable {
private def writeObject(out: java.io.ObjectOutputStream) {
(new Exception).printStackTrace()
throw new Exception("Damn you!")
}
import MessageDispatcher._