From abcde243fe613246aa3d7c0bec21569c0639c95d Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 16 Apr 2015 15:32:36 -0700 Subject: Fixed comment for csharp_umbrella_namespace (nest_classes has been removed) --- src/google/protobuf/descriptor.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/google/protobuf/descriptor.proto') diff --git a/src/google/protobuf/descriptor.proto b/src/google/protobuf/descriptor.proto index 81c8d99f..b16a1630 100644 --- a/src/google/protobuf/descriptor.proto +++ b/src/google/protobuf/descriptor.proto @@ -356,8 +356,7 @@ message FileOptions { // A nested namespace for the umbrella class. Helpful for name collisions caused by // 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 + // set to 'Proto' if a collision is detected with types being generated. optional string csharp_umbrella_namespace = 38; // The parser stores options it doesn't recognize here. See above. -- cgit v1.2.3