Code polish

This commit is contained in:
nathan 2018-01-30 16:24:07 +01:00
parent c7318ccd4c
commit 5e729abb81

View File

@ -554,7 +554,7 @@ class ConnectionImpl extends ChannelInboundHandlerAdapter implements ICryptoConn
} }
public public
void channelRead(Object object) throws Exception { void channelRead(Object object) {
// prevent close from occurring SMACK in the middle of a message in progress. // prevent close from occurring SMACK in the middle of a message in progress.
// delay close until it's finished. // delay close until it's finished.
this.messageInProgress.set(true); this.messageInProgress.set(true);