add INTERNAL API markers and explicit return types
This commit is contained in:
parent
933c93c05b
commit
6d61a59a0f
14 changed files with 61 additions and 30 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue