This commit is contained in:
Grahame Grieve 2023-09-18 17:07:05 +10:00
parent 30dfcfe3a6
commit fa2168fc56
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ public class JsonProperty {
boolean unquotedName;
boolean unquotedValue;
private int tag; // used for status in validator - faster parsing
private int tag;
public JsonProperty(String name, JsonElement value) {
super();