We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8276cd commit c6d3bc2Copy full SHA for c6d3bc2
src/main/java/org/json/JSONObject.java
@@ -144,7 +144,7 @@ public String toString() {
144
* implementations to rearrange their items for faster element
145
* retrieval based on associative access.
146
* Therefore, an implementation ought not rely on the order of items.
147
- * @param capacity starting capacity. If < 0 then use the default capacity/constructor
+ * @param capacity starting capacity. If less than 0, then use the default capacity/constructor
148
* @return a new Map
149
*/
150
protected Map<String, Object> newInternalMap(int capacity) {
0 commit comments