martin-g commented on code in PR #3209:
URL: https://github.com/apache/avro/pull/3209#discussion_r1802509999
##########
lang/csharp/src/apache/main/IO/JsonDecoder.cs:
##########
@@ -45,6 +45,14 @@ private class ReorderBuffer
public JsonReader OrigParser { get; set; }
}
+ private sealed class AvroJsonTextReader : JsonTextReader
+ {
+ public AvroJsonTextReader(TextReader reader) : base(reader)
Review Comment:
So, the class is private but visible. The constructor is not ...
Oh, Microsoft ...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]