compiles, tests and dists without Redis + samples

This commit is contained in:
Viktor Klang 2010-03-25 01:28:55 +01:00
parent e571161866
commit fbef975746
14 changed files with 64 additions and 52 deletions

View file

@ -27,4 +27,9 @@ public class Foo extends se.scalablesolutions.akka.serialization.Serializable.Ja
if (true) throw new RuntimeException("expected");
return "test";
}
public int $tag() throws java.rmi.RemoteException
{
return 0;
}
}