mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
Fixed build by suppressing unchecked warnings
This commit is contained in:
+1
@@ -408,6 +408,7 @@ class DefaultWebTestClient implements WebTestClient {
|
||||
});
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public <T> EntityExchangeResult<T> returnResult() {
|
||||
return new EntityExchangeResult<>(this.result, (T) this.result.getResponseBody());
|
||||
|
||||
Reference in New Issue
Block a user