Skip to content

Commit 6757e04

Browse files
committed
Fix NullPointerException in XML.toString(object, tagName)
Setting version date to match commit date.
1 parent 09b6af4 commit 6757e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XML.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ of this software and associated documentation files (the "Software"), to deal
3030
* This provides static methods to convert an XML text into a JSONObject,
3131
* and to covert a JSONObject into an XML text.
3232
* @author JSON.org
33-
* @version 2015-10-14
33+
* @version 2015-10-18
3434
*/
3535
public class XML {
3636

0 commit comments

Comments
 (0)