Skip to content

Commit c6d3bc2

Browse files
committed
Javadoc compatibility
1 parent a8276cd commit c6d3bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/json/JSONObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public String toString() {
144144
* implementations to rearrange their items for faster element
145145
* retrieval based on associative access.
146146
* Therefore, an implementation ought not rely on the order of items.
147-
* @param capacity starting capacity. If < 0 then use the default capacity/constructor
147+
* @param capacity starting capacity. If less than 0, then use the default capacity/constructor
148148
* @return a new Map
149149
*/
150150
protected Map<String, Object> newInternalMap(int capacity) {

0 commit comments

Comments
 (0)