Merge pull request #16763 from akka/wip-cleanup-actor-∂π
fix all non-deprecation warnings
This commit is contained in:
commit
5e1fd1db6c
42 changed files with 254 additions and 317 deletions
|
|
@ -554,6 +554,7 @@ public class FutureDocTest {
|
|||
}
|
||||
|
||||
@Test(expected = IllegalStateException.class)
|
||||
@SuppressWarnings("unchecked")
|
||||
public void useAfter() throws Exception {
|
||||
//#after
|
||||
final ExecutionContext ec = system.dispatcher();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue