polishing, fixed warning messages
This commit is contained in:
@@ -60,7 +60,7 @@ public class FileInboundChannelAdapterWithRecursiveDirectoryTests {
|
||||
assertThat(files.receive(), hasPayload(file));
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
@Test(timeout = 3000)
|
||||
public void shouldReturnFilesMultipleLevels() throws IOException {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user