Skip to content

Commit

Permalink
upgrade grpc version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shiming.liu committed Sep 26, 2017
1 parent b06ff60 commit 819ce61
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
*/
package com.quancheng.saluki.core.grpc.client.internal.stream;

import javax.annotation.Nullable;

import io.grpc.ClientCall;
import io.grpc.stub.ClientCallStreamObserver;

Expand Down Expand Up @@ -93,10 +91,4 @@ public void setMessageCompression(boolean enable) {
call.setMessageCompression(enable);
}

@Override
public void cancel(@Nullable String message, @Nullable Throwable cause) {
call.cancel(message, cause);
}


}

0 comments on commit 819ce61

Please sign in to comment.