Skip to content

Commit a528407

Browse files
committed
Suppress warning
1 parent 58cde3c commit a528407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ public void writeAsynchronousFileChannelErrorInFlux() throws Exception {
394394
}
395395

396396
@Test
397+
@SuppressWarnings("unchecked")
397398
public void writeAsynchronousFileChannelErrorInWrite() throws Exception {
398399
DataBuffer foo = stringBuffer("foo");
399400
DataBuffer bar = stringBuffer("bar");

0 commit comments

Comments
 (0)