aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/JsonFormatter.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-14 10:24:52 +0100
committerJon Skeet <jonskeet@google.com>2015-07-14 10:24:52 +0100
commit9f37de960fec523c42b47d982f3fdab5b2d4d4d9 (patch)
tree63b35102573a757990bb8af5c4a5fde9fe737572 /csharp/src/ProtocolBuffers/JsonFormatter.cs
parent24f8626cc918b5aa58d6d3377d295a95f7049776 (diff)
downloadprotobuf-9f37de960fec523c42b47d982f3fdab5b2d4d4d9.tar.gz
protobuf-9f37de960fec523c42b47d982f3fdab5b2d4d4d9.tar.bz2
protobuf-9f37de960fec523c42b47d982f3fdab5b2d4d4d9.zip
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
Diffstat (limited to 'csharp/src/ProtocolBuffers/JsonFormatter.cs')
-rw-r--r--csharp/src/ProtocolBuffers/JsonFormatter.cs3
1 files changed, 1 insertions, 2 deletions
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
{