aboutsummaryrefslogtreecommitdiff
path: root/csharp/protos
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-08-03 08:45:48 +0100
committerJon Skeet <jonskeet@google.com>2015-08-03 09:26:05 +0100
commit801b169bcecb45b3dadc22ab9e97d2c6d3d2ab5d (patch)
treec75f7b2a51f388ccbf9aeb6561a8292c2d3b05ab /csharp/protos
parent16e272e0c4eebb1d01a2e71ef3c555ff57a22b07 (diff)
downloadprotobuf-801b169bcecb45b3dadc22ab9e97d2c6d3d2ab5d.tar.gz
protobuf-801b169bcecb45b3dadc22ab9e97d2c6d3d2ab5d.tar.bz2
protobuf-801b169bcecb45b3dadc22ab9e97d2c6d3d2ab5d.zip
Addressed issues raised in code review. Will merge when green.
Diffstat (limited to 'csharp/protos')
-rw-r--r--csharp/protos/extest/unittest_issues.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/csharp/protos/extest/unittest_issues.proto b/csharp/protos/extest/unittest_issues.proto
index b66da471..376eee84 100644
--- a/csharp/protos/extest/unittest_issues.proto
+++ b/csharp/protos/extest/unittest_issues.proto
@@ -97,7 +97,10 @@ message TestJsonFieldOrdering {
// ordering.
// TestFieldOrderings in unittest_proto3.proto is similar,
// but doesn't include oneofs.
- // TODO: Consider adding
+ // TODO: Consider adding oneofs to TestFieldOrderings, although
+ // that will require fixing other tests in multiple platforms.
+ // Alternatively, consider just adding this to
+ // unittest_proto3.proto if multiple platforms want it.
int32 plain_int32 = 4;