Skip to content

Commit f76fbe7

Browse files
author
John J. Aylward
committed
fixes comments
1 parent 4f5bf16 commit f76fbe7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

JSONObject.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ public Set<String> keySet() {
863863
*
864864
* @see Map#entrySet()
865865
*
866-
* @return A keySet.
866+
* @return An Entry Set
867867
*/
868868
protected Set<Entry<String, Object>> entrySet() {
869869
return this.map.entrySet();
@@ -2218,8 +2218,7 @@ static final void indent(Writer writer, int indent) throws IOException {
22182218
}
22192219

22202220
/**
2221-
* Write the contents of the JSONObject as JSON text to a writer. For
2222-
* compactness, no whitespace is added.
2221+
* Write the contents of the JSONObject as JSON text to a writer.
22232222
* <p>
22242223
* Warning: This method assumes that the data structure is acyclical.
22252224
*

0 commit comments

Comments
 (0)