Skip to content

Commit 9d3d219

Browse files
committed
Added missing readonly and visibility modifier on subx field of NormalizationSwap
1 parent 1642036 commit 9d3d219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JsonPath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private static string Normalize(string expr)
202202

203203
private sealed class NormalizationSwap
204204
{
205-
ArrayList subx = new ArrayList(4);
205+
private readonly ArrayList subx = new ArrayList(4);
206206

207207
public string Capture(Match match)
208208
{

0 commit comments

Comments
 (0)