1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-16 23:40:51 -07:00

Version date

This commit is contained in:
Sean Leary 2016-01-30 15:45:11 -06:00
parent 93c79ca566
commit ba2585fe6c

View file

@ -31,7 +31,7 @@ import java.util.Iterator;
* covert a JSONObject into an XML text.
*
* @author JSON.org
* @version 2016-01-01
* @version 2016-01-30
*/
@SuppressWarnings("boxing")
public class XML {