Fixed build by suppressing unchecked warnings
This commit is contained in:
@@ -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