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 a35575177f
commit 02af674a96
28 changed files with 15 additions and 1047 deletions

View file

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