소스 검색

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