| commit | c671095e91d2f0d6af25e1f046e526d4842f9e1c | [log] [tgz] |
|---|---|---|
| author | Jon Skeet <jonskeet@google.com> | Sat Aug 08 07:26:26 2015 +0100 |
| committer | Jon Skeet <jonskeet@google.com> | Sat Aug 08 07:26:26 2015 +0100 |
| tree | eef81bcb57f5b203ae4a1084473355f17c2a8620 | |
| parent | 889b88a29fe7f433a6eaa2792c1202e0af46fa92 [diff] |
Address review comments.
diff --git a/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs b/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs index c9e28f5..cfe56fd 100644 --- a/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs +++ b/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs
@@ -45,8 +45,6 @@ /// </summary> FieldDescriptor Descriptor { get; } - // TODO: Should the argument type for these messages be IMessage? - /// <summary> /// Clears the field in the specified message. (For repeated fields, /// this clears the list.)