Re-adding runnable Active Object Java tests, which all pass

This commit is contained in:
Jonas Bonér 2010-06-01 21:26:21 +02:00
parent 2ed0feab46
commit fb2ef58fb1
28 changed files with 15 additions and 1047 deletions

View file

@ -0,0 +1,6 @@
package se.scalablesolutions.akka.api;
public class ExtImpl implements Ext {
public void ext() {
}
}