Jon Skeet пре 10 година
родитељ
комит
c671095e91
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs

+ 0 - 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.)