renamed api-java to fun-test-java + upgrade guiceyfruit to 2.0

This commit is contained in:
Jonas Boner 2009-05-25 15:52:45 +02:00
parent 8c11f04262
commit 9235b0e221
40 changed files with 363 additions and 630 deletions

View file

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