fixing formatting for NioSocketChannelConfig, which I had incorrectly merged earlier.

This commit is contained in:
iainmcgin 2011-04-08 14:31:51 +01:00 committed by Trustin Lee
parent a617bd3290
commit 39a6baf380

View File

@ -144,5 +144,6 @@ public interface NioSocketChannelConfig extends SocketChannelConfig {
* will be called with the new predictor. The default factory is
* <tt>{@link AdaptiveReceiveBufferSizePredictorFactory}(64, 1024, 65536)</tt>.
*/
void setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory predictorFactory);
void setReceiveBufferSizePredictorFactory(
ReceiveBufferSizePredictorFactory predictorFactory);
}