aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/protos
diff options
context:
space:
mode:
authorGravatar Jie Luo <anandolee@gmail.com>2015-05-01 10:12:54 -0700
committerGravatar Jie Luo <anandolee@gmail.com>2015-05-01 10:12:54 -0700
commit41c175e7115fca70bcfdcd8b333bd07b58fd874f (patch)
treeeace388093b970d65ac3cf03b2a64ecaa8b8cdff /csharp/protos
parent3d4b761998e7e54b81fff16d0459febfa77326c5 (diff)
Change field_presence_test.proto
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;