splitted kernel up in core + many sub modules

This commit is contained in:
jboner 2009-09-01 08:56:44 +02:00
parent deeaa923d1
commit ab6637044f
154 changed files with 1510 additions and 2651 deletions

View file

@ -0,0 +1,7 @@
package se.scalablesolutions.akka.api;
public class InMemFailer implements java.io.Serializable {
public int fail() {
throw new RuntimeException("expected");
}
}