We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44275e3 + cadba94 commit 2ec538fCopy full SHA for 2ec538f
JSONObject.java
@@ -165,10 +165,6 @@ public JSONObject() {
165
* A JSONObject.
166
* @param names
167
* An array of strings.
168
- * @throws JSONException
169
- * @exception JSONException
170
- * If a value is a non-finite number or if a name is
171
- * duplicated.
172
*/
173
public JSONObject(JSONObject jo, String[] names) {
174
this();
@@ -241,7 +237,6 @@ public JSONObject(JSONTokener x) throws JSONException {
241
237
* @param map
242
238
* A map object that can be used to initialize the contents of
243
239
* the JSONObject.
244
245
240
246
public JSONObject(Map<?, ?> map) {
247
this.map = new HashMap<String, Object>();
0 commit comments