From db373254f918ef75062698757e6cd6e13e26289f Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 18 May 2014 17:53:00 +0200 Subject: Format code (100 chars line) --- src/org/json/simple/JSONArray.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/org/json/simple/JSONArray.java') 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 implements JSONAware, JSONStrea * @param collection * @param out */ - public static void writeJSONString(final Collection collection, final Writer out) throws IOException { + public static void writeJSONString(final Collection collection, final Writer out) + throws IOException { if (collection == null) { out.write("null"); return; -- cgit v1.2.3