aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore/Channel.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/Channel.cs
parente2e081a32e4fb28ad58d395b67862db7d76124d0 (diff)
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
Diffstat (limited to 'src/csharp/GrpcCore/Channel.cs')
-rw-r--r--src/csharp/GrpcCore/Channel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/GrpcCore/Channel.cs b/src/csharp/GrpcCore/Channel.cs
index d1f795541c..942651cf39 100644
--- a/src/csharp/GrpcCore/Channel.cs
+++ b/src/csharp/GrpcCore/Channel.cs
@@ -35,9 +35,9 @@ using System;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
-using Google.GRPC.Core.Internal;
+using Grpc.Core.Internal;
-namespace Google.GRPC.Core
+namespace Grpc.Core
{
public class Channel : IDisposable
{