Internal changes

PiperOrigin-RevId: 554628300
pull/13469/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 3428c881cd
commit fde357d6bd
  1. 1
      src/google/protobuf/compiler/java/helpers.cc
  2. 4
      src/google/protobuf/compiler/java/names.cc

@ -1001,6 +1001,7 @@ const FieldDescriptor* MapValueField(const FieldDescriptor* descriptor) {
return message->map_value();
}
} // namespace java
} // namespace compiler
} // namespace protobuf

@ -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"
@ -185,6 +186,7 @@ std::string UnderscoresToCamelCaseCheckReserved(const FieldDescriptor* field) {
return name;
}
} // namespace java
} // namespace compiler
} // namespace protobuf

Loading…
Cancel
Save