Start removed but cluster is broken
This commit is contained in:
parent
24fb967988
commit
bbb79d8e0d
144 changed files with 684 additions and 930 deletions
|
|
@ -49,7 +49,12 @@ object MessageDispatcher {
|
|||
/**
|
||||
* @author <a href="http://jonasboner.com">Jonas Boné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._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue