finalized new STM with Multiverse backend + cleaned up Active Object config and factory classes

This commit is contained in:
jboner 2009-10-17 00:37:56 +02:00
commit e82998f182
45 changed files with 1270 additions and 1138 deletions

View file

@ -57,7 +57,6 @@ public class InMemStateful {
vectorState.add(msg);
refState.swap(msg);
nested.success(key, msg);
System.out.println("--- after success ");
}
public String failure(String key, String msg, InMemFailer failer) {