aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/protos
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/protos')
-rw-r--r--csharp/protos/google/protobuf/field_presence_test.proto5
1 files changed, 1 insertions, 4 deletions
diff --git a/csharp/protos/google/protobuf/field_presence_test.proto b/csharp/protos/google/protobuf/field_presence_test.proto
index 41a9a5cc..14d91312 100644
--- a/csharp/protos/google/protobuf/field_presence_test.proto
+++ b/csharp/protos/google/protobuf/field_presence_test.proto
@@ -2,10 +2,7 @@ syntax = "proto3";
package Google.ProtocolBuffers.TestProtos.FieldPresence;
-option java_package = "com.google.protobuf";
-option java_outer_classname = "FieldPresenceTestProto";
-option java_generate_equals_and_hash = true;
-
+// TODO(jieluo): Add repeated fields, oneof, maps to TestAllTypes
message TestAllTypes {
enum NestedEnum {
FOO = 0;