1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-18 16:24:19 -07:00
This commit is contained in:
John J. Aylward 2015-12-09 10:07:36 -05:00
commit 48302592cf
14 changed files with 12 additions and 12 deletions

2
XML.java Executable file → Normal file
View file

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