Address review comments.

pull/695/head
Jon Skeet 9 years ago
parent 889b88a29f
commit c671095e91
  1. 2
      csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs

@ -45,8 +45,6 @@ namespace Google.Protobuf.Reflection
/// </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.)

Loading…
Cancel
Save