diff options
author | Pacien TRAN-GIRARD | 2014-05-18 17:53:00 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-18 17:53:00 +0200 |
commit | db373254f918ef75062698757e6cd6e13e26289f (patch) | |
tree | e1975b38b06c88f469f3f3e2e0d9cf515778f9f1 /src/org/json/simple/JSONArray.java | |
parent | 0d4651e54f40f4dad929c419e92e37a15926f7be (diff) | |
download | esieequest-db373254f918ef75062698757e6cd6e13e26289f.tar.gz |
Format code (100 chars line)
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; |