diff --git a/JSONML.java b/JSONML.java index f29ee72..4be6863 100755 --- a/JSONML.java +++ b/JSONML.java @@ -31,7 +31,7 @@ import java.util.Iterator; * This provides static methods to convert an XML text into a JSONArray or * JSONObject, and to covert a JSONArray or JSONObject into an XML text using * the JsonML transform. - * + * * @author JSON.org * @version 2012-03-28 */