diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-19 09:22:33 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-19 09:22:33 -0800 |
commit | 3086862d201427f2ed33955e32f4d273bfc522f2 (patch) | |
tree | dd68165180dd0fc8938888015d611ed66449b038 /src/csharp/GrpcCore/Marshaller.cs | |
parent | e2e081a32e4fb28ad58d395b67862db7d76124d0 (diff) |
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
Diffstat (limited to 'src/csharp/GrpcCore/Marshaller.cs')
-rw-r--r-- | src/csharp/GrpcCore/Marshaller.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/GrpcCore/Marshaller.cs b/src/csharp/GrpcCore/Marshaller.cs index f031354fd2..602e0eb824 100644 --- a/src/csharp/GrpcCore/Marshaller.cs +++ b/src/csharp/GrpcCore/Marshaller.cs @@ -33,7 +33,7 @@ using System; -namespace Google.GRPC.Core +namespace Grpc.Core { /// <summary> /// For serializing and deserializing messages. |