Kyle Schoonover created AVRO-3366:
-------------------------------------
Summary: 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
{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)
