From 03fa5450645483ad66efea8ae7b0b5bee4b7ad6f Mon Sep 17 00:00:00 2001 From: Douglas Crockford Date: Tue, 13 Nov 2012 14:54:36 -0800 Subject: [PATCH] whitespace --- JSONML.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */