diff --git a/JSONObject.java b/JSONObject.java index 0216567..ff4acfa 100644 --- a/JSONObject.java +++ b/JSONObject.java @@ -863,7 +863,7 @@ public class JSONObject { * * @see Map#entrySet() * - * @return A keySet. + * @return An Entry Set */ protected Set> entrySet() { return this.map.entrySet(); @@ -2218,8 +2218,7 @@ public class JSONObject { } /** - * Write the contents of the JSONObject as JSON text to a writer. For - * compactness, no whitespace is added. + * Write the contents of the JSONObject as JSON text to a writer. *

* Warning: This method assumes that the data structure is acyclical. *