mirror of https://github.com/grpc/grpc-java.git
fix compile error introduced by previous commit
This commit is contained in:
parent
105964bfac
commit
ce860f9003
|
|
@ -206,7 +206,7 @@ public class Http2Negotiator {
|
|||
final ChannelInitializer<Channel> initializer = new ChannelInitializer<Channel>() {
|
||||
@Override
|
||||
public void initChannel(Channel ch) throws Exception {
|
||||
ch.pipeline().addLast(handler);
|
||||
ch.pipeline().addLast(handlers);
|
||||
}
|
||||
};
|
||||
return new Negotiation() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue