aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/protos
diff options
context:
space:
mode:
authorGravatar alien <the-alien@live.ru>2016-03-29 20:56:32 +0300
committerGravatar alien <the-alien@live.ru>2016-03-29 20:56:32 +0300
commit6f8dd2115b3ed07819a48dfa78b15770dfa2c450 (patch)
tree2c71285c5f435c337114d5b8c0c0d6b2ecd302db /csharp/protos
parent0d32ab37fa94134427478d6776108e7cdb3e5e15 (diff)
Code review fixes
Diffstat (limited to 'csharp/protos')
-rw-r--r--csharp/protos/unittest_issues.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/protos/unittest_issues.proto b/csharp/protos/unittest_issues.proto
index f120516c..6c9f7634 100644
--- a/csharp/protos/unittest_issues.proto
+++ b/csharp/protos/unittest_issues.proto
@@ -119,7 +119,7 @@ message TestJsonFieldOrdering {
}
message TestJsonName {
- // json_name field options are not properly handled during deserialization
+ // Message for testing the effects for of the json_name option
string name = 1;
string description = 2 [json_name = "desc"];
string guid = 3 [json_name = "exid"];