Skip to content

Commit dae871b

Browse files
committed
Clean up warnings in Gradle build
1 parent f6fcf15 commit dae871b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitterTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ void multipleOnCompletionCallbacks() throws Exception {
273273
void multipleOnErrorCallbacks() throws Exception {
274274
this.emitter.initialize(this.handler);
275275

276+
@SuppressWarnings({ "rawtypes", "unchecked" })
276277
ArgumentCaptor<Consumer<Throwable>> captor = ArgumentCaptor.<Consumer<Throwable>, Consumer>forClass(Consumer.class);
277278
verify(this.handler).onError(captor.capture());
278279

0 commit comments

Comments
 (0)