aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/descriptor.proto
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-16 15:28:32 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-16 15:28:32 -0700
commit2c2f76c50f7122f2c3f4adbde021ad4f110cd066 (patch)
tree4b117583696d8aebead0b9773bfcfcbeb3791744 /src/google/protobuf/descriptor.proto
parent333d200a96b067dcc43f249d957cf1efd52bf592 (diff)
fixing field number of csharp_umbrella_namespace option
Diffstat (limited to 'src/google/protobuf/descriptor.proto')
-rw-r--r--src/google/protobuf/descriptor.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/descriptor.proto b/src/google/protobuf/descriptor.proto
index 5b719b63..81c8d99f 100644
--- a/src/google/protobuf/descriptor.proto
+++ b/src/google/protobuf/descriptor.proto
@@ -358,7 +358,7 @@ message FileOptions {
// umbrella_classname conflicting with an existing type. This will be automatically
// set to 'Proto' if a collision is detected with types being generated. This value
// is ignored when nest_classes == true
- optional string csharp_umbrella_namespace = 48;
+ optional string csharp_umbrella_namespace = 38;
// The parser stores options it doesn't recognize here. See above.
repeated UninterpretedOption uninterpreted_option = 999;