Changeset 26509 in osm for applications/editors/josm/plugins/livegps/src/org/json/JSONArray.java
- Timestamp:
- 2011-08-11T00:45:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/org/json/JSONArray.java
r23191 r26509 729 729 * @param value The Map value. 730 730 * @return this. 731 * @throws JSONException If the index is negative or if the thevalue is731 * @throws JSONException If the index is negative or if the value is 732 732 * an invalid number. 733 733 */ … … 747 747 * JSONObject.NULL object. 748 748 * @return this. 749 * @throws JSONException If the index is negative or if the thevalue is749 * @throws JSONException If the index is negative or if the value is 750 750 * an invalid number. 751 751 */
Note:
See TracChangeset
for help on using the changeset viewer.