diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-10-22 10:04:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-22 10:04:12 +0200 |
commit | 8834095e7642310cc09c43ccf5ec0184bd48a5cd (patch) | |
tree | fc1efe711abcdb6fb7cbf957906002108974a396 /src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs | |
parent | 99e61f884d0c2b1e1e2af9a41ec2018b47041fec (diff) | |
parent | 9f254c0c40f85702221d2b14de7dd8b7cdac5cba (diff) |
Merge pull request #8438 from jtattermusch/csharp_compiler_warnings
Fix a few C# compiler warnings
Diffstat (limited to 'src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs')
-rw-r--r-- | src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs b/src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs index ef48dc7121..0c63e2092a 100644 --- a/src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs +++ b/src/csharp/Grpc.Core/Internal/InterceptingCallInvoker.cs @@ -48,7 +48,7 @@ namespace Grpc.Core.Internal readonly Func<CallOptions, CallOptions> callOptionsInterceptor; /// <summary> - /// Initializes a new instance of the <see cref="Grpc.Core.InterceptingCallInvoker"/> class. + /// Initializes a new instance of the <see cref="Grpc.Core.Internal.InterceptingCallInvoker"/> class. /// </summary> public InterceptingCallInvoker(CallInvoker callInvoker, Func<string, string> hostInterceptor = null, |