From 9f37de960fec523c42b47d982f3fdab5b2d4d4d9 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 14 Jul 2015 10:24:52 +0100 Subject: Changing reflection namespace (part 1) - Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2 --- csharp/src/ProtocolBuffers/JsonFormatter.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'csharp/src/ProtocolBuffers/JsonFormatter.cs') diff --git a/csharp/src/ProtocolBuffers/JsonFormatter.cs b/csharp/src/ProtocolBuffers/JsonFormatter.cs index 9bd628eb..dacc7221 100644 --- a/csharp/src/ProtocolBuffers/JsonFormatter.cs +++ b/csharp/src/ProtocolBuffers/JsonFormatter.cs @@ -34,8 +34,7 @@ using System; using System.Collections; using System.Globalization; using System.Text; -using Google.Protobuf.Descriptors; -using Google.Protobuf.FieldAccess; +using Google.Protobuf.Reflection; namespace Google.Protobuf { -- cgit v1.2.3