aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore/ServerCalls.cs
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-19 09:22:33 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-19 09:22:33 -0800
commit3086862d201427f2ed33955e32f4d273bfc522f2 (patch)
treedd68165180dd0fc8938888015d611ed66449b038 /src/csharp/GrpcCore/ServerCalls.cs
parente2e081a32e4fb28ad58d395b67862db7d76124d0 (diff)
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
Diffstat (limited to 'src/csharp/GrpcCore/ServerCalls.cs')
-rw-r--r--src/csharp/GrpcCore/ServerCalls.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/GrpcCore/ServerCalls.cs b/src/csharp/GrpcCore/ServerCalls.cs
index 273029cab6..bed77796de 100644
--- a/src/csharp/GrpcCore/ServerCalls.cs
+++ b/src/csharp/GrpcCore/ServerCalls.cs
@@ -33,7 +33,7 @@
using System;
-namespace Google.GRPC.Core
+namespace Grpc.Core
{
// TODO: perhaps add also serverSideStreaming and clientSideStreaming