checkstyle MutableException
checkstyle EmptyBlock checkstyle fixRightCurly Script checkstyle EmptyStatement checkstyle RightCurly checkstyle TailingWhite checkstyle NeedBraces Fix the line separator in the `fixRightCurly.gradle`
This commit is contained in:
committed by
Artem Bilan
parent
c0b19e61b5
commit
842aded9a4
@@ -26,7 +26,7 @@ import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* Parser for the <stdin-channel-adapter> element.
|
||||
*
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
public class ConsoleInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser {
|
||||
|
||||
@@ -26,7 +26,7 @@ import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* Parser for the "stdout-" and "stderr-channel-adapter" elements.
|
||||
*
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
public class ConsoleOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser {
|
||||
|
||||
@@ -53,7 +53,7 @@ public class ByteStreamWritingMessageHandlerTests {
|
||||
|
||||
private TestTrigger trigger = new TestTrigger();
|
||||
|
||||
private ThreadPoolTaskScheduler scheduler;
|
||||
private ThreadPoolTaskScheduler scheduler;
|
||||
|
||||
|
||||
@Before
|
||||
@@ -184,7 +184,7 @@ public class ByteStreamWritingMessageHandlerTests {
|
||||
trigger.await();
|
||||
endpoint.stop();
|
||||
byte[] result2 = stream.toByteArray();
|
||||
assertEquals(9, result2.length);
|
||||
assertEquals(9, result2.length);
|
||||
assertEquals(1, result2[0]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user