diff options
Diffstat (limited to 'src/org/json/simple/JSONArray.java')
-rw-r--r-- | src/org/json/simple/JSONArray.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/json/simple/JSONArray.java b/src/org/json/simple/JSONArray.java index e2c7042..a71a221 100644 --- a/src/org/json/simple/JSONArray.java +++ b/src/org/json/simple/JSONArray.java | |||
@@ -49,7 +49,8 @@ public class JSONArray extends ArrayList<Object> implements JSONAware, JSONStrea | |||
49 | * @param collection | 49 | * @param collection |
50 | * @param out | 50 | * @param out |
51 | */ | 51 | */ |
52 | public static void writeJSONString(final Collection<?> collection, final Writer out) throws IOException { | 52 | public static void writeJSONString(final Collection<?> collection, final Writer out) |
53 | throws IOException { | ||
53 | if (collection == null) { | 54 | if (collection == null) { |
54 | out.write("null"); | 55 | out.write("null"); |
55 | return; | 56 | return; |