@@ -385,7 +385,7 @@ public <E extends Enum<E>> E getEnum(Class<E> clazz, int index) throws JSONExcep
385385
386386 /**
387387 * Get the BigDecimal value associated with an index. If the value is float
388- * or double, the the {@link BigDecimal#BigDecimal(double)} constructor
388+ * or double, the {@link BigDecimal#BigDecimal(double)} constructor
389389 * will be used. See notes on the constructor for conversion issues that
390390 * may arise.
391391 *
@@ -792,7 +792,7 @@ public BigInteger optBigInteger(int index, BigInteger defaultValue) {
792792 * Get the optional BigDecimal value associated with an index. The
793793 * defaultValue is returned if there is no value for the index, or if the
794794 * value is not a number and cannot be converted to a number. If the value
795- * is float or double, the the {@link BigDecimal#BigDecimal(double)}
795+ * is float or double, the {@link BigDecimal#BigDecimal(double)}
796796 * constructor will be used. See notes on the constructor for conversion
797797 * issues that may arise.
798798 *
@@ -1157,7 +1157,7 @@ public JSONArray put(int index, long value) throws JSONException {
11571157 * The Map value.
11581158 * @return this.
11591159 * @throws JSONException
1160- * If the index is negative or if the the value is an invalid
1160+ * If the index is negative or if the value is an invalid
11611161 * number.
11621162 * @throws NullPointerException
11631163 * If a key in the map is <code>null</code>
@@ -1180,7 +1180,7 @@ public JSONArray put(int index, Map<?, ?> value) throws JSONException {
11801180 * String, or the JSONObject.NULL object.
11811181 * @return this.
11821182 * @throws JSONException
1183- * If the index is negative or if the the value is an invalid
1183+ * If the index is negative or if the value is an invalid
11841184 * number.
11851185 */
11861186 public JSONArray put (int index , Object value ) throws JSONException {
0 commit comments