Change objc_class_prefix for benchmarks/descriptor.proto to UPBB (from GPB).

PiperOrigin-RevId: 549961566
pull/13171/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 6d2b9e6d18
commit e074c038c3
  1. 2
      benchmarks/descriptor.proto

@ -44,7 +44,7 @@ option go_package = "google.golang.org/protobuf/types/descriptorpb";
option java_package = "com.google.protobuf";
option java_outer_classname = "DescriptorProtos";
option csharp_namespace = "Google.Protobuf.Reflection";
option objc_class_prefix = "GPB";
option objc_class_prefix = "UPBB";
option cc_enable_arenas = true;
// The protocol compiler can output a FileDescriptorSet containing the .proto

Loading…
Cancel
Save