Skip to content

Commit

Permalink
Fix stale descriptor files after comment change (#10577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Sep 14, 2022
1 parent db38a8c commit 4877014
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions csharp/src/Google.Protobuf/Reflection/Descriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6641,6 +6641,10 @@ public void ClearDeprecated() {

private bool mapEntry_;
/// <summary>
/// NOTE: Do not set the option in .proto files. Always use the maps syntax
/// instead. The option should only be implicitly set by the proto compiler
/// parser.
///
/// Whether the message is an automatically generated map entry type for the
/// maps field.
///
Expand All @@ -6658,10 +6662,6 @@ public void ClearDeprecated() {
/// use a native map in the target language to hold the keys and values.
/// The reflection APIs in such implementations still need to work as
/// if the field is a repeated message field.
///
/// NOTE: Do not set the option in .proto files. Always use the maps syntax
/// instead. The option should only be implicitly set by the proto compiler
/// parser.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
24 changes: 12 additions & 12 deletions php/src/Google/Protobuf/Internal/MessageOptions.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4877014

Please sign in to comment.