소스 검색

Updated checked-in generated code

Adam Cozzette 7 년 전
부모
커밋
b1216d95db
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
  2. 2 2
      objectivec/google/protobuf/FieldMask.pbobjc.h

+ 2 - 2
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs

@@ -244,8 +244,8 @@ namespace Google.Protobuf.WellKnownTypes {
   ///
   ///
   /// ## Field Mask Verification
   /// ## Field Mask Verification
   ///
   ///
-  /// The implementation of the all the API methods, which have any FieldMask type
-  /// field in the request, should verify the included field paths, and return
+  /// The implementation of any API method which has a FieldMask type field in the
+  /// request should verify the included field paths, and return an
   /// `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
   /// `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
   /// </summary>
   /// </summary>
   public sealed partial class FieldMask : pb::IMessage<FieldMask> {
   public sealed partial class FieldMask : pb::IMessage<FieldMask> {

+ 2 - 2
objectivec/google/protobuf/FieldMask.pbobjc.h

@@ -255,8 +255,8 @@ typedef GPB_ENUM(GPBFieldMask_FieldNumber) {
  *
  *
  * ## Field Mask Verification
  * ## Field Mask Verification
  *
  *
- * The implementation of the all the API methods, which have any FieldMask type
- * field in the request, should verify the included field paths, and return
+ * The implementation of any API method which has a FieldMask type field in the
+ * request should verify the included field paths, and return an
  * `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
  * `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
  **/
  **/
 @interface GPBFieldMask : GPBMessage
 @interface GPBFieldMask : GPBMessage