We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cde3c commit a528407Copy full SHA for a528407
spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java
@@ -394,6 +394,7 @@ public void writeAsynchronousFileChannelErrorInFlux() throws Exception {
394
}
395
396
@Test
397
+ @SuppressWarnings("unchecked")
398
public void writeAsynchronousFileChannelErrorInWrite() throws Exception {
399
DataBuffer foo = stringBuffer("foo");
400
DataBuffer bar = stringBuffer("bar");
0 commit comments