Skip to content

Commit 9afa90d

Browse files
authored
Merge pull request stleary#492 from ggavriilidis/ISSUE-491_clarify_intention_of_JSONArray_toList
Issue-491 - Clarify what the output of the method JSONArray toList is
2 parents 044b035 + 065f9a9 commit 9afa90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONArray.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ public Writer write(Writer writer, int indentFactor, int indent)
14541454
/**
14551455
* Returns a java.util.List containing all of the elements in this array.
14561456
* If an element in the array is a JSONArray or JSONObject it will also
1457-
* be converted.
1457+
* be converted to a List and a Map respectively.
14581458
* <p>
14591459
* Warning: This method assumes that the data structure is acyclical.
14601460
*

0 commit comments

Comments
 (0)