add doco
This commit is contained in:
parent
30dfcfe3a6
commit
fa2168fc56
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue