Clean up warnings in spring-test

This commit is contained in:
Sam Brannen
2017-04-26 19:15:51 +02:00
parent c855182e03
commit 4b1e3df283
3 changed files with 2 additions and 5 deletions

View File

@@ -57,7 +57,6 @@ import static org.springframework.test.util.AssertionErrors.assertTrue;
import static org.springframework.web.reactive.function.BodyExtractors.toFlux;
import static org.springframework.web.reactive.function.BodyExtractors.toMono;
/**
* Default implementation of {@link WebTestClient}.
*
@@ -476,7 +475,6 @@ class DefaultWebTestClient implements WebTestClient {
}
@Override
@SuppressWarnings("unchecked")
public EntityExchangeResult<List<E>> returnResult() {
return getResult();
}