Skip to content

Commit 48e7908

Browse files
committed
Polishing
1 parent 61db499 commit 48e7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ else if (nativeRequest.get() instanceof reactor.netty5.channel.ChannelOperations
219219
else if (nativeRequest.get() instanceof Request nativeReq) {
220220
assertThat(nativeReq.getAttributes()).containsEntry("foo", "bar");
221221
}
222-
else if (nativeRequest.get() instanceof org.apache.hc.core5.http.HttpRequest nativeReq) {
222+
else if (nativeRequest.get() instanceof org.apache.hc.core5.http.HttpRequest) {
223223
// Attributes are not in the request, but in separate HttpClientContext
224224
}
225225
}

0 commit comments

Comments
 (0)