Skip to content

Commit

Permalink
AVRO-4075: Make AvroJsonTextReader sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielAB committed Oct 9, 2024
1 parent 4574955 commit de2b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/csharp/src/apache/main/IO/JsonDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private class ReorderBuffer
public JsonReader OrigParser { get; set; }
}

private class AvroJsonTextReader : JsonTextReader
private sealed class AvroJsonTextReader : JsonTextReader
{
public AvroJsonTextReader(TextReader reader) : base(reader)
{
Expand Down

0 comments on commit de2b50f

Please sign in to comment.