From e38294a62d7f37c0661273a9a26fda16d557423f Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 9 Jun 2015 19:30:44 +0100 Subject: First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now. --- csharp/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csharp/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs') diff --git a/csharp/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs b/csharp/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs index 752ecf66..ab15eb01 100644 --- a/csharp/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs +++ b/csharp/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs @@ -32,9 +32,9 @@ using System; using System.Collections.Generic; using System.Reflection; -using Google.ProtocolBuffers.Collections; +using Google.Protobuf.Collections; -namespace Google.ProtocolBuffers.Descriptors +namespace Google.Protobuf.Descriptors { /// /// Defined specifically for the enumeration, -- cgit v1.2.3