fixing formatting for NioSocketChannelConfig, which I had incorrectly merged earlier.
This commit is contained in:
parent
a617bd3290
commit
39a6baf380
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user