1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update JSONArray.java

Update version for https://github.com/douglascrockford/JSON-java/pull/153
This commit is contained in:
Sean Leary 2015-10-29 18:25:27 -05:00
parent 33ae025e78
commit a109f581c8

View file

@ -76,7 +76,7 @@ import java.util.Map;
* </ul> * </ul>
* *
* @author JSON.org * @author JSON.org
* @version 2015-07-22 * @version 2015-10-29
*/ */
public class JSONArray implements Iterable<Object> { public class JSONArray implements Iterable<Object> {