1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00
This commit is contained in:
Sean Leary 2016-01-01 13:52:12 -06:00
parent 757fd566ab
commit a971736f5b

View file

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