add INTERNAL API markers and explicit return types

This commit is contained in:
Roland 2013-02-15 11:59:01 +01:00
parent 933c93c05b
commit 6d61a59a0f
14 changed files with 61 additions and 30 deletions

View file

@ -87,13 +87,5 @@ public class IODocTest {
static ActorSystem system;
@BeforeClass
static public void setup() {
system = ActorSystem.create("IODocTest");
}
@Test
public void demonstrateConnect() {
}
// This is currently only a compilation test, nothing is run
}