Explorar el Código

Address review comments.

Jon Skeet hace 10 años
padre
commit
c671095e91
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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.)