Merge pull request #16763 from akka/wip-cleanup-actor-∂π

fix all non-deprecation warnings
This commit is contained in:
Roland Kuhn 2015-02-06 20:54:12 +01:00
commit 5e1fd1db6c
42 changed files with 254 additions and 317 deletions

View file

@ -554,6 +554,7 @@ public class FutureDocTest {
}
@Test(expected = IllegalStateException.class)
@SuppressWarnings("unchecked")
public void useAfter() throws Exception {
//#after
final ExecutionContext ec = system.dispatcher();