Suppress warning

This commit is contained in:
Sam Brannen 2018-11-23 18:05:20 +01:00
parent 58cde3c2e6
commit a528407d0c
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ public class DataBufferUtilsTests extends AbstractDataBufferAllocatingTestCase {
}
@Test
@SuppressWarnings("unchecked")
public void writeAsynchronousFileChannelErrorInWrite() throws Exception {
DataBuffer foo = stringBuffer("foo");
DataBuffer bar = stringBuffer("bar");