Skip to content

Commit 4d648f8

Browse files
committed
Clean up warnings in Gradle build
1 parent 6ea9f66 commit 4d648f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientObservationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
*/
5454
class WebClientObservationTests {
5555

56-
5756
private final TestObservationRegistry observationRegistry = TestObservationRegistry.create();
5857

5958
private final ExchangeFunction exchangeFunction = mock();
@@ -63,6 +62,7 @@ class WebClientObservationTests {
6362
private WebClient.Builder builder;
6463

6564
@BeforeEach
65+
@SuppressWarnings("unchecked")
6666
void setup() {
6767
Hooks.enableAutomaticContextPropagation();
6868
ClientResponse mockResponse = mock();

0 commit comments

Comments
 (0)