[
https://issues.apache.org/jira/browse/AVRO-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486903#comment-17486903
]
ASF subversion and git services commented on AVRO-3366:
-------------------------------------------------------
Commit bf0f1175464e2a8a847ffebb020d8eb3edaee5ee in avro's branch
refs/heads/branch-1.11 from Kyle Schoonover
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=bf0f117 ]
AVRO-3366 Updated naming of variables. (#1517)
* AVRO-3360 Updated XML documentation
* Revert "AVRO-3360 Updated XML documentation"
This reverts commit b8601c072a5083380d30b580804dd0908b8cf4cc.
* AVRO-3366 Updated naming of variables.
Co-authored-by: Kyle T. Schoonover <[email protected]>
(cherry picked from commit 6f704b13e4a393bb035cede13e5a2200eb3a1092)
> Fix naming in GenericEnum
> -------------------------
>
> Key: AVRO-3366
> URL: https://issues.apache.org/jira/browse/AVRO-3366
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.1
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code:java}
> private string value;
> // should be
> private string _value;{code}
> Remove instances of this. or me.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)