mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
fixes comments
This commit is contained in:
parent
4f5bf16676
commit
f76fbe7005
@ -863,7 +863,7 @@ public class JSONObject {
|
||||
*
|
||||
* @see Map#entrySet()
|
||||
*
|
||||
* @return A keySet.
|
||||
* @return An Entry Set
|
||||
*/
|
||||
protected Set<Entry<String, Object>> 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.
|
||||
* <p>
|
||||
* Warning: This method assumes that the data structure is acyclical.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user