[
https://issues.apache.org/jira/browse/AVRO-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AVRO-3366:
---------------------------------
Labels: pull-request-available (was: )
> 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: 10m
> 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)