Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 554628300
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Aug 7, 2023
1 parent 3428c88 commit fde357d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/google/protobuf/compiler/java/helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ const FieldDescriptor* MapValueField(const FieldDescriptor* descriptor) {
return message->map_value();
}


} // namespace java
} // namespace compiler
} // namespace protobuf
Expand Down
4 changes: 3 additions & 1 deletion src/google/protobuf/compiler/java/names.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
#include <string>

#include "absl/container/flat_hash_set.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/compiler/java/helpers.h"
#include "google/protobuf/compiler/java/name_resolver.h"
#include "google/protobuf/compiler/java/names.h"
#include "google/protobuf/compiler/java/options.h"
#include "google/protobuf/descriptor.pb.h"

Expand Down Expand Up @@ -185,6 +186,7 @@ std::string UnderscoresToCamelCaseCheckReserved(const FieldDescriptor* field) {
return name;
}


} // namespace java
} // namespace compiler
} // namespace protobuf
Expand Down

0 comments on commit fde357d

Please sign in to comment.