Removing unnecessary @SuppressWarnings("unchecked") (#31511)
This commit is contained in:
parent
211cbf1839
commit
b4ddf43613
4 changed files with 0 additions and 4 deletions
|
|
@ -41,7 +41,6 @@ public class FutureDocTest extends AbstractJavaTest {
|
|||
private final ActorSystem<Void> system = toTyped(actorSystemResource.getSystem());
|
||||
|
||||
@Test(expected = java.util.concurrent.CompletionException.class)
|
||||
@SuppressWarnings("unchecked")
|
||||
public void useAfter() throws Exception {
|
||||
final ExecutionContext ec = system.executionContext();
|
||||
// #after
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue