json fix
This commit is contained in:
parent
cc38567c93
commit
a1a27b359d
|
@ -179,4 +179,8 @@ public class JsonUtilities {
|
||||||
return odt.toInstant();
|
return odt.toInstant();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void setProperty(JsonObject json, String name, String value) {
|
||||||
|
json.addProperty(name, value);
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue