Fix Checkstyle violations

This commit is contained in:
Artem Bilan
2017-07-24 14:05:53 -04:00
parent c26cac4c17
commit 784d891fa5
3 changed files with 3 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ public class DatatypeChannelTests {
}
private static QueueChannel createChannel(Class<?> ... datatypes) {
private static QueueChannel createChannel(Class<?>... datatypes) {
QueueChannel channel = new QueueChannel();
channel.setBeanName("testChannel");
channel.setDatatypes(datatypes);