Skip to content

Commit

Permalink
Delete extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jun 29, 2020
1 parent 48a6f2e commit cbbdeb7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions protos/descriptor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ message ExtensionRangeOptions {


// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}

// Describes a field within a message.
Expand Down Expand Up @@ -459,7 +459,7 @@ message FileOptions {

// Clients can define custom options in extensions of this message.
// See the documentation for the "Options" section above.
extensions 1000 to max;
// extensions 1000 to max;

reserved 38;
}
Expand Down Expand Up @@ -527,7 +527,7 @@ message MessageOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}

message FieldOptions {
Expand Down Expand Up @@ -618,7 +618,7 @@ message FieldOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;

reserved 4; // removed jtype
}
Expand All @@ -628,7 +628,7 @@ message OneofOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}

message EnumOptions {
Expand All @@ -649,7 +649,7 @@ message EnumOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}

message EnumValueOptions {
Expand All @@ -663,7 +663,7 @@ message EnumValueOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}

message ServiceOptions {
Expand All @@ -683,7 +683,7 @@ message ServiceOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}

message MethodOptions {
Expand Down Expand Up @@ -714,7 +714,7 @@ message MethodOptions {
repeated UninterpretedOption uninterpreted_option = 999;

// Clients can define custom options in extensions of this message. See above.
extensions 1000 to max;
// extensions 1000 to max;
}


Expand Down

0 comments on commit cbbdeb7

Please sign in to comment.