Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Nov 23, 2018
1 parent 58cde3c commit a528407
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -394,6 +394,7 @@ public void writeAsynchronousFileChannelErrorInFlux() throws Exception {
}

@Test
@SuppressWarnings("unchecked")
public void writeAsynchronousFileChannelErrorInWrite() throws Exception {
DataBuffer foo = stringBuffer("foo");
DataBuffer bar = stringBuffer("bar");
Expand Down

0 comments on commit a528407

Please sign in to comment.