fix C# build

pull/5375/head
Jan Tattermusch 9 years ago
parent 4938274d47
commit a49335326c
  1. 2
      src/csharp/Grpc.IntegrationTesting/WorkerServiceImpl.cs

@ -51,7 +51,7 @@ namespace Grpc.Testing
public WorkerServiceImpl(Action stopRequestHandler)
{
this.stopRequestHandler = Grpc.Core.Utils.Preconditions.CheckNotNull(stopRequestHandler);
this.stopRequestHandler = GrpcPreconditions.CheckNotNull(stopRequestHandler);
}
public async Task RunServer(IAsyncStreamReader<ServerArgs> requestStream, IServerStreamWriter<ServerStatus> responseStream, ServerCallContext context)

Loading…
Cancel
Save