This commit is contained in:
John J. Aylward
2015-12-09 10:07:36 -05:00
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 {