Remove unneeded @SuppressWarnings("NullAway")
Closes gh-32542
This commit is contained in:
@@ -116,7 +116,6 @@ final class MultipartParser extends BaseSubscriber<DataBuffer> {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("NullAway")
|
||||
protected void hookOnNext(DataBuffer value) {
|
||||
this.requestOutstanding.set(false);
|
||||
this.state.get().onNext(value);
|
||||
|
||||
@@ -543,7 +543,6 @@ final class DefaultRestClient implements RestClient {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("NullAway")
|
||||
private ClientHttpRequest createRequest(URI uri) throws IOException {
|
||||
ClientHttpRequestFactory factory;
|
||||
if (DefaultRestClient.this.interceptors != null) {
|
||||
|
||||
Reference in New Issue
Block a user