Suppress warning
This commit is contained in:
parent
58cde3c2e6
commit
a528407d0c
|
|
@ -394,6 +394,7 @@ public class DataBufferUtilsTests extends AbstractDataBufferAllocatingTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
public void writeAsynchronousFileChannelErrorInWrite() throws Exception {
|
public void writeAsynchronousFileChannelErrorInWrite() throws Exception {
|
||||||
DataBuffer foo = stringBuffer("foo");
|
DataBuffer foo = stringBuffer("foo");
|
||||||
DataBuffer bar = stringBuffer("bar");
|
DataBuffer bar = stringBuffer("bar");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue