Make the default constructor of CombinedChannelHandler protected
This commit is contained in:
parent
83f1b5fa35
commit
baa3388859
@ -8,7 +8,7 @@ public class CombinedChannelHandler implements ChannelInboundHandler<Object>,
|
||||
private ChannelOutboundHandler<Object> out;
|
||||
private ChannelInboundHandler<Object> in;
|
||||
|
||||
public CombinedChannelHandler() {
|
||||
protected CombinedChannelHandler() {
|
||||
// User will call init in the subclass constructor.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user