Преглед на файлове

Address review comments.

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