From 801b169bcecb45b3dadc22ab9e97d2c6d3d2ab5d Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 3 Aug 2015 08:45:48 +0100 Subject: Addressed issues raised in code review. Will merge when green. --- csharp/protos/extest/unittest_issues.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'csharp/protos') 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; -- cgit v1.2.3